UnitsFormat Property |
Specifies the unit format for all dimensions except angular.
Signature
object.UnitsFormat
object
DimAligned, DimArcLength, DimDiametric, DimOrdinate, DimRadial, DimRadialLarge, DimRotated
The object or objects this property applies to.
UnitsFormat
acDimLUnits enum; read-write
acDimLScientific
acDimLDecimal
acDimLEngineering
acDimLArchitectural
acDimLFractional
acDimLWindowsDesktop
SystemVariables
This property overrides the value of the DIMLUNIT system variable for the given dimension.
Remarks
The initial value for this property is acDimLDecimal.
If this property is set to acDimLDecimal, the format specified by the DecimalSeparator and PrimaryUnitsPrecision properties will be used to format the decimal value.
To create a stacked architectural or fractional unit format, use the FractionFormat property.
Comments? |