CommandCollectionIndexOf Method |
Returns the index of the specified
Command item.
Namespace:
Easymap.AddIn
Assembly:
EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax public int IndexOf(
Command item
)
Public Function IndexOf (
item As Command
) As Integer
Parameters
- item
- Type: Easymap.AddInCommand
Command
Return Value
Type:
Int32Index of the item
See Also