RootPro.RootProCAD.Command Namespace |
| Class | Description | |
|---|---|---|
| AngleParameterItem |
Represents angle parameter.
| |
| Command |
It represents the command.
| |
| CommandBeginEventArgs |
Provides Begin event data.
| |
| CommandCollection |
Represents a collection of commands.
| |
| CommandDrawEventArgs |
Provides data for the Command's Draw event.
| |
| CommandEndEventArgs |
Provides Begin event data.
| |
| CommandInitializedEventArgs |
Provides Begin event data.
| |
| CommandManager |
Represents an object that manages the command.
| |
| CommandMouseMoveEventArgs |
MouseMove Provides data for the event.
| |
| CommandNames |
Represents the command name.
| |
| CommandParameterChangedEventArgs |
Provides data for the ParameterChanged event.
| |
| CommandParameterGroup |
Represents a command parameter group.
| |
| CommandParameterGroupCollection |
Represents a collection of command parameter groups.
| |
| CommandParameterGroupCurrentIndexChangedEventArgs |
Provides data for the ParameterGroupCurrentIndexChanged event.
| |
| DoubleParameterItem |
Represents a double precision floating point number parameter.
| |
| IntegerParameterItem |
Indicates an integer parameter.
| |
| LengthParameterItem |
Represents the length parameter.
| |
| ListParameterItem |
Represents a list parameter.
| |
| MasterDrawComponentParameterItem |
Represents a list parameter.
| |
| MultipleParameterItem |
Represents a composite parameter.
| |
| ParameterItem |
Represents a parameter item.
| |
| ParameterItemCollection |
Represents a collection of parameter items.
| |
| PointListParameterItem |
Indicates point sequence parameter.
| |
| PointParameterItem |
Represents the coordinate parameter.
| |
| ScaleParameterItem |
Represents the magnification parameter.
| |
| ShapeGroupParameterItem |
Represents graphic group parameters that can select multiple shapes.
| |
| ShapeListParameterItem |
Represents a shape list parameter that allows multiple shapes to be selected in sequence.
| |
| ShapeMultiListParameterItem |
Represents a shape list parameter that allows multiple shapes to be selected in sequence.
| |
| ShapeParameterItem |
Represents graphic parameters that can select a single shape.
| |
| TextParameterItem |
Represents a character parameter.
| |
| VariableCollection |
Represents a collection of variables of input values.
|
| Structure | Description | |
|---|---|---|
| Variable |
Indicates the variable of the input value.
|
| Delegate | Description | |
|---|---|---|
| CommandBeginEventHandler |
Represents a method that handles the Begin event of Command.
| |
| CommandDrawEventHandler |
Represents a method that handles the Draw event of Command.
| |
| CommandEndEventHandler |
Represents a method that handles the End event of Command.
| |
| CommandInitializedEventHandler |
Represents a method that handles the End event of Command.
| |
| CommandMouseMoveEventHandler |
Represents a method that handles the MouseMove event of Command.
| |
| CommandParameterChangedEventHandler |
Represents a method that handles the ParameterChanged event of Command.
| |
| CommandParameterGroupCurrentIndexChangedEventHandler |
Represents a method that handles the ParameterGroupCurrentIndexChanged event of Command.
| |
| MacroCommandCallback |
Represents a method that handles macro commands.
|
| Enumeration | Description | |
|---|---|---|
| CommandParameterChangeKey |
Key operations when switching command parameters
| |
| CommandState |
It indicates the state of the command.
| |
| ParameterItemType |
Represents the type of parameter.
| |
| ParameterItemTypeFlags |
The type of parameter item that can be specified with MultipleParameterItem.
This enumeration can be specified by combining multiple values.
| |
| ParameterValueSaveMode |
How to save parameter values
| |
| PointParameterCoordinates |
coordinate system of value to be entered in the coordinate parameter
|