Click or drag to resize

RootPro.RootProCAD.Command Namespace

RootPro.RootProCAD.Command Namespace
Classes
  ClassDescription
Public classAngleParameterItem
Represents angle parameter.
Public classCommand
It represents the command.
Public classCommandBeginEventArgs
Provides Begin event data.
Public classCommandCollection
Represents a collection of commands.
Public classCommandDrawEventArgs
Provides data for the Command's Draw event.
Public classCommandEndEventArgs
Provides Begin event data.
Public classCommandInitializedEventArgs
Provides Begin event data.
Public classCommandManager
Represents an object that manages the command.
Public classCommandMouseMoveEventArgs
MouseMove Provides data for the event.
Public classCommandNames
Represents the command name.
Public classCommandParameterChangedEventArgs
Provides data for the ParameterChanged event.
Public classCommandParameterGroup
Represents a command parameter group.
Public classCommandParameterGroupCollection
Represents a collection of command parameter groups.
Public classCommandParameterGroupCurrentIndexChangedEventArgs
Provides data for the ParameterGroupCurrentIndexChanged event.
Public classDoubleParameterItem
Represents a double precision floating point number parameter.
Public classIntegerParameterItem
Indicates an integer parameter.
Public classLengthParameterItem
Represents the length parameter.
Public classListParameterItem
Represents a list parameter.
Public classMasterDrawComponentParameterItem
Represents a list parameter.
Public classMultipleParameterItem
Represents a composite parameter.
Public classParameterItem
Represents a parameter item.
Public classParameterItemCollection
Represents a collection of parameter items.
Public classPointListParameterItem
Indicates point sequence parameter.
Public classPointParameterItem
Represents the coordinate parameter.
Public classScaleParameterItem
Represents the magnification parameter.
Public classShapeGroupParameterItem
Represents graphic group parameters that can select multiple shapes.
Public classShapeListParameterItem
Represents a shape list parameter that allows multiple shapes to be selected in sequence.
Public classShapeMultiListParameterItem
Represents a shape list parameter that allows multiple shapes to be selected in sequence.
Public classShapeParameterItem
Represents graphic parameters that can select a single shape.
Public classTextParameterItem
Represents a character parameter.
Public classVariableCollection
Represents a collection of variables of input values.
Structures
  StructureDescription
Public structureVariable
Indicates the variable of the input value.
Delegates
  DelegateDescription
Public delegateCommandBeginEventHandler
Represents a method that handles the Begin event of Command.
Public delegateCommandDrawEventHandler
Represents a method that handles the Draw event of Command.
Public delegateCommandEndEventHandler
Represents a method that handles the End event of Command.
Public delegateCommandInitializedEventHandler
Represents a method that handles the End event of Command.
Public delegateCommandMouseMoveEventHandler
Represents a method that handles the MouseMove event of Command.
Public delegateCommandParameterChangedEventHandler
Represents a method that handles the ParameterChanged event of Command.
Public delegateCommandParameterGroupCurrentIndexChangedEventHandler
Represents a method that handles the ParameterGroupCurrentIndexChanged event of Command.
Public delegateMacroCommandCallback
Represents a method that handles macro commands.
Enumerations
  EnumerationDescription
Public enumerationCommandParameterChangeKey
Key operations when switching command parameters
Public enumerationCommandState
It indicates the state of the command.
Public enumerationParameterItemType
Represents the type of parameter.
Public enumerationParameterItemTypeFlags
The type of parameter item that can be specified with MultipleParameterItem. This enumeration can be specified by combining multiple values.
Public enumerationParameterValueSaveMode
How to save parameter values
Public enumerationPointParameterCoordinates
coordinate system of value to be entered in the coordinate parameter