SubUnitsSuffix Property (ActiveX)

Specifies the sub-units suffix for dimensions when unit changes to sub-unit.

Supported platforms: Windows only

Signature

VBA:

object.SubUnitsSuffix
object

Type: DimAligned, DimArcLength, DimOrdinate, DimRotated

The object this property applies to.

Property Value

Read-only: No

Type: String

The sub-units suffix.

Remarks

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

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

Examples

VBA:

Not available

Visual LISP:

Not available