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