UnitType Property [Collar]

 

The UnitType property returns the map collar distance unit type. Returns MVDistUnits. This is a read-only property.

 

Syntax

object.UnitType( Inner )

 

Parameter

Type

Description

Inner

Boolean

optional; true to return the inner tick mark spacing, false (default) to return the outer tick mark spacing

 

Remarks

The map collar tick mark attributes are set with the SetTicks method.

 

Example

    'UnitType [Collar] (read-only)

    'Return the mvDistUnits value used for the collar

    Debug.Print Collar.UnitType

 

Used by: Collar object