Click or drag to resize

CommandCollectionIndexOf Method

Returns the index of the specified Command item.

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

Parameters

item
Type: Easymap.AddInCommand
Command

Return Value

Type: Int32
Index of the item
See Also