CommandCollectionRemove Method |
Removes the specified
Command from the collection.
Namespace:
Easymap.AddIn
Assembly:
EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax public void Remove(
Command item
)
Public Sub Remove (
item As Command
)
Parameters
- item
- Type: Easymap.AddInCommand
Command
See Also