CadIntParameter Properties

The CadIntParameter type exposes the following members.

Properties
  NameDescription
Public propertyDefaultValue
Gets or sets the default value.
(Inherited from CadParameter.)
Public propertyHasDefaultValue
Gets a value indicating whether this instance has a default value.
(Inherited from CadParameter.)
Public propertyIntegralParameterType
Gets or sets the type of the integral parameter.
(Inherited from CadParameter.)
Public propertyIsSet
Gets or sets a value indicating whether this instance is set.
(Inherited from CadParameter.)
Public propertyOptional
Gets or sets a value indicating whether this instance is optional.
(Inherited from CadParameter.)
Public propertyRequired
Gets a value indicating whether this instance is required.
(Inherited from CadParameter.)
Public propertySubClassName
Gets or sets the name of the sub class.
(Inherited from CadParameter.)
Public propertyType
Gets the type.
(Inherited from CadParameter.)
Public propertyValue
Gets or sets the value.
See Also