Click or drag to resize

CommandCollectionExecuteCommandLineHandler Method (String, String)

Executes the specified command line handler.

Namespace:  Easymap.AddIn
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public void ExecuteCommandLineHandler(
	string name,
	string packedCommandParameters
)

Parameters

name
Type: SystemString
Name of the handler.
packedCommandParameters
Type: SystemString
Semicolon seperated list of arguments.
Remarks
The handler must either be preexisting or must have been registered using AddCommandLineHandler(String, CommandCollectionCommandLineHandler). The string parameter must be a semicolon seperated list of arguments (See the EasyMap manual).
See Also