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: 11.2.0.0
Syntax
public void AddCommandLineHandler(
	string name,
	CommandCollectionCommandLineHandler handler
)

Parameters

name
Type: SystemString
Name of the switch or parameter.
handler
Type: Easymap.AddInCommandCollectionCommandLineHandler
The handler to add.
See Also