AltSubUnitsSuffix Property (ActiveX)

Specifies the text suffix for the alternate dimension when unit changes to sub-unit.

Supported platforms: Windows only

Signature

VBA:

object.AltSubUnitsSuffix
object

Type: DimAligned, DimArcLength, DimOrdinate, DimRotated

The object this property applies to.

Property Value

Read-only: No

Type: String

The suffix for alternate sub-unit dimensions.

Remarks

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

AltSubUnitsSuffix affects all linear dimension types that allow a suffix. The alternate dimension sub-suffix replaces the alternate dimension suffix when unit changes to sub-unit.

Examples

VBA:

Not available

Visual LISP:

Not available