Properties
- Property DimensionLimitType() As
-
Returns or sets the dimension limit type.
Legal values: Valid dimension limit type values are:- CATTPSDLNotDefined
- CATTPSDLNumerical
- CATTPSDLTabulated
- CATTPSDLSingleLimit
- Property Modifier() As
- Returns or sets the dimension single limit modifier.
- Property Nominalvalue() As (Read Only)
-
Returns the dimension limit nominal value.
This value is expressed in millimeters. - Property SymetricValue() As
-
Returns or sets whether the dimension limit is symmetric.
TRUE if it is symmetric. - Property TabulatedLimit() As
-
Returns or sets the dimension tabulated limit.
This tabulated limit is expressed as a string.
Methods
- Sub Limits( oBottom, oUp)
-
Retrieves dimension limit values.
These values are expressed in millimeters.- Parameters:
-
- oBottom
- The dimension limit bottom value dd>
- oUp
- The dimension limit up value dd>
- Sub PutLimits( iBottom, iUp)
-
Sets dimension limit values.
These values are expressed in millimeters.- Parameters:
-
- iBottom
- The dimension limit bottom value dd>
- iUp
- The dimension limit up value dd>