AltSubUnitsFactor Property (ActiveX)

Specifies the scale factor for the alternate dimension when unit changes to sub-unit.

Supported platforms: Windows only

Signature

VBA:

object.AltSubUnitsFactor
object

Type: DimAligned, DimArcLength, DimOrdinate, DimRotated

The object this property applies to.

Property Value

Read-only: No

Type: Double

The scale factor for alternate sub-unit dimensions.

Remarks

The AltSubUnitsFactor property will only take affect when leading zeros are suppressed.

AltSubUnitsFactor affects all linear dimension types that allow a suffix. The alternate sub-unit scale factor replaces the alternate dimension scale factor when unit changes to sub-unit. When units are less than 1, the sub-units factor controls the location of the decimal separator.

Examples

VBA:

Not available

Visual LISP:

Not available