Click or drag to resize

CommandCollectionExecuteCommandLineHandler(String, String) Method

Executes the specified command line handler.

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

Parameters

name  String
Name of the handler.
packedCommandParameters  String
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