CommandCollectionAddCommmandLineHandler Method |
Note: This API is now obsolete.
Adds a handler for a command line switch or parameter.
Namespace:
Easymap.AddIn
Assembly:
EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax [ObsoleteAttribute("Typo in function name, please use AddCommandLineHandler.")]
public void AddCommmandLineHandler(
string name,
CommandCollectionCommandLineHandler handler
)
<ObsoleteAttribute("Typo in function name, please use AddCommandLineHandler.")>
Public Sub AddCommmandLineHandler (
name As String,
handler As CommandCollectionCommandLineHandler
)
Parameters
- name
- Type: SystemString
- handler
- Type: Easymap.AddInCommandCollectionCommandLineHandler
Remarks Obsolete.
Typo in function name, please use AddCommandLineHandler.
See Also