Click or drag to resize

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.3.0.0
Syntax
[ObsoleteAttribute("Typo in function name, please use AddCommandLineHandler.")]
public void AddCommmandLineHandler(
	string name,
	CommandCollectionCommandLineHandler handler
)

Parameters

name  String
handler  CommandCollectionCommandLineHandler
Remarks
Obsolete. Typo in function name, please use AddCommandLineHandler.
See Also