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