Click or drag to resize

ViewCollectionIndexOf Method

Returns the index of the specified View item.

Namespace:  Easymap.AddIn.Data
Assembly:  EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax
public int IndexOf(
	View item
)

Parameters

item
Type: Easymap.AddIn.DataView
View item

Return Value

Type: Int32
Index of the item
See Also