TextPrecision Property

Specifies the precision of angular dimension text.

See Also | Example

Signature

object.TextPrecision

object

DimAngular, Dim3PointAngular
The object or objects this property applies to.

TextPrecision

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

 

   Comments?