SubUnitsFactor Property (ActiveX)

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

Supported platforms: Windows only

Signature

VBA:

object.SubUnitsFactor
object

Type: DimAligned, DimArcLength, DimOrdinate, DimRotated

The object this property applies to.

Property Value

Read-only: No

Type: Double

The sub-units scale factor.

Remarks

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

SubUnitsFactor affects all linear dimension types that allow a suffix. The sub-unit scale factor replaces the 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