Click or drag to resize

SelectedObjectCollectionIndexOf Method

Returns the index of the specified item.

Namespace: Easymap.AddIn.Common
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public int IndexOf(
	WindowlessComponent item
)

Parameters

item  WindowlessComponent
WindowlessComponent item

Return Value

Int32
Index of the item

Implements

IListTIndexOf(T)
See Also