Click or drag to resize

DocumentCollectionIndexOf Method

Gets the index of specified document.

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

Parameters

value
Type: SystemObject

Return Value

Type: Int32

Implements

IListIndexOf(Object)
See Also