TolerancePrecision Property

Specifies the precision of tolerance values in primary dimensions.

See Also | Example

Signature

object.TolerancePrecision

object

Dim3PointAngular, DimAligned, DimAngular, DimArcLength, DimDiametric, DimOrdinate, DimRadial, DimRadialLarge, DimRotated
The object or objects this property applies to.

TolerancePrecision

acDimPrecision enum; read-write
Use one of the following constants to specify precision:

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 acDimPrecisionFour.

This property is only available when the ToleranceDisplay property is set to any value other than acTolNone.

 

   Comments?