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,
	params string[] commandParams
)

Parameters

name  String
Name of the handler.
commandParams  String
String parameters.
Remarks
The handler must either be preexisting or must have been registered using AddCommandLineHandler(String, CommandCollectionCommandLineHandler).
See Also