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

Parameters

name
Type: SystemString
Name of the handler.
commandParams
Type: SystemString
String parameters.
Remarks
See Also