ParameterItem Class |
Namespace: RootPro.RootProCAD.Command
The ParameterItem type exposes the following members.
Name | Description | |
---|---|---|
ParameterItem | Initializes a new instance of the ParameterItem class |
Name | Description | |
---|---|---|
Command |
Get the command.
| |
Description |
Get or set the description of the parameter.
| |
Enabled |
Gets or sets a value indicating whether the parameter is valid.
| |
Group |
Get command parameter group.
| |
ID |
Get the ID of the parameter.
| |
Index |
Get the index number in the collection of parameter items.
| |
IsEmpty |
Get a value indicating whether the parameter is empty.
| |
IsOptional |
Gets or sets a value indicating whether the parameter is optional.
| |
Name |
Get or set the name of the parameter.
| |
ParameterType |
Get the type of the parameter.
| |
ValueSaveMode |
Gets or sets the method of saving the parameter value.
| |
ValueText |
Get or set the parameter value as a string.
|
Name | Description | |
---|---|---|
CompleteInput |
Complete entering the parameter.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SetEmpty |
Empty the value of the parameter.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |