CommandCollectionIndexOf Method |
Returns the index of the specified
Command item.
Namespace: Easymap.AddInAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic int IndexOf(
Command item
)
Public Function IndexOf (
item As Command
) As Integer
Parameters
- item Command
- Command
Return Value
Int32Index of the item
See Also