CommandCollectionRemoveCommandLineHandler Method |
Remove a command line handler.
Namespace:
Easymap.AddIn
Assembly:
EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax public void RemoveCommandLineHandler(
string name
)
Public Sub RemoveCommandLineHandler (
name As String
)
Parameters
- name
- Type: SystemString
Name of the switch or parameter.
See Also