AltTolerancePrecision Property |
Specifies the precision of tolerance values in alternate dimensions.
Signature
object.AltTolerancePrecision
object
DimAligned, DimArcLength, DimDiametric, DimOrdinate, DimRadial, DimRadialLarge, DimRotated
The object or objects this property applies to.
AltTolerancePrecision
acDimPrecision enum; read-write
acDimPrecisionZero: |
0. |
acDimPrecisionOne: |
0.0 |
acDimPrecisionTwo: |
0.00 |
acDimPrecisionThree: |
0.000 |
acDimPrecisionFour: |
0.0000 |
acDimPrecisionFive: |
0.00000 |
acDimPrecisionSix: |
0.000000 |
acDimPrecisionSeven: |
0.0000000 |
acDimPrecisionEight: |
0.00000000 |
System variables
This property overrides the value of the DIMTDEC system variable for the given dimension.
Remarks
The initial value for this property is acDimPrecisionTwo.
This property is available only when the ToleranceDisplay property is set to any value other than acTolNone.
Comments? |