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.3.0.0
Syntax
public int IndexOf(
	Object value
)

Parameters

value  Object

Return Value

Int32

Implements

IListIndexOf(Object)
See Also