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

Parameters

name
Type: SystemString
handler
Type: Easymap.AddInCommandCollectionCommandLineHandler
Remarks
Obsolete. Typo in function name, please use AddCommandLineHandler.
See Also