AltUnitsPrecision Property |
Specifies the number of decimal places in alternate units.
Signature
object.AltUnitsPrecision
object
DimAligned, DimArcLength, DimDiametric, DimOrdinate, DimRadial, DimRadialLarge, DimRotated
The object or objects this property applies to.
AltUnitsPrecision
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 DIMALTD system variable for the given dimension.
Comments? |