Click or drag to resize

CommandCollectionAddCommandLineHandler Method

Adds a handler for a command line switch or parameter.

Namespace: Easymap.AddIn
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public void AddCommandLineHandler(
	string name,
	CommandCollectionCommandLineHandler handler
)

Parameters

name  String
Name of the switch or parameter.
handler  CommandCollectionCommandLineHandler
The handler to add.
See Also