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