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