PrimaryUnitsPrecision Property

Specifies the number of decimal places displayed for the primary units of a dimension or tolerance.

See Also | Example

Signature

object.PrimaryUnitsPrecision

object

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

PrimaryUnitsPrecision

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 DIMDEC system variable for the given dimension.

 

   Comments?