Click or drag to resize

DocumentCollectionIndexOf Method

Gets the index of specified document.

Namespace:  Easymap.AddIn
Assembly:  EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax
public int IndexOf(
	Object value
)

Parameters

value
Type: SystemObject

Return Value

Type: Int32

Implements

IListIndexOf(Object)
See Also