CommandCollectionExecuteCommandLineHandler Method (String, String) |
Executes the specified command line handler.
Namespace:
Easymap.AddIn
Assembly:
EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax public void ExecuteCommandLineHandler(
string name,
params string[] commandParams
)
Public Sub ExecuteCommandLineHandler (
name As String,
ParamArray commandParams As String()
)
Parameters
- name
- Type: SystemString
Name of the handler. - commandParams
- Type: SystemString
String parameters.
Remarks See Also