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: 12.3.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