CommandCollectionAddCommandLineHandler Method |
Adds a handler for a command line switch or parameter.
Namespace:
Easymap.AddIn
Assembly:
EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax public void AddCommandLineHandler(
string name,
CommandCollectionCommandLineHandler handler
)
Public Sub AddCommandLineHandler (
name As String,
handler As CommandCollectionCommandLineHandler
)
Parameters
- name
- Type: SystemString
Name of the switch or parameter. - handler
- Type: Easymap.AddInCommandCollectionCommandLineHandler
The handler to add.
See Also