Click or drag to resize

CommandCollectionCommandLineHandlerArgs Class

Parameters of the command line handler event
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Easymap.AddInCommandCollectionCommandLineHandlerArgs

Namespace:  Easymap.AddIn
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public class CommandLineHandlerArgs : EventArgs

The CommandCollectionCommandLineHandlerArgs type exposes the following members.

Properties
  NameDescription
Public propertyIgnoreExceptions
Specifies if Exceptions are ignored by EasyMap
Public propertyName
Name of the command line parameter
Public propertyParams
List of parameters
Top
See Also