CadIntParameter Properties |
The CadIntParameter type exposes the following members.
| Name | Description | |
|---|---|---|
| DefaultValue |
Gets or sets the default value.
(Inherited from CadParameter.) | |
| HasDefaultValue |
Gets a value indicating whether this instance has a default value.
(Inherited from CadParameter.) | |
| IntegralParameterType |
Gets or sets the type of the integral parameter.
(Inherited from CadParameter.) | |
| IsSet |
Gets or sets a value indicating whether this instance is set.
(Inherited from CadParameter.) | |
| Optional |
Gets or sets a value indicating whether this instance is optional.
(Inherited from CadParameter.) | |
| Required |
Gets a value indicating whether this instance is required.
(Inherited from CadParameter.) | |
| SubClassName |
Gets or sets the name of the sub class.
(Inherited from CadParameter.) | |
| Type |
Gets the type.
(Inherited from CadParameter.) | |
| Value |
Gets or sets the value.
|