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