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,
string packedCommandParameters
)
Public Sub ExecuteCommandLineHandler (
name As String,
packedCommandParameters As String
)
Parameters
- name
- Type: SystemString
Name of the handler. - packedCommandParameters
- Type: SystemString
Semicolon seperated list of arguments.
Remarks See Also