CollarWidth Property

 

The CollarWidth property returns the map collar width in the selected Coordinate display units. Returns a double. This is a read-only property.

 

Syntax

object.CollarWidth(UnitType)

 

Parameter

Type

Description

UnitType

MVCoordDisplayUnits

optional, default is mvCoordDisplayUnitLatLon

 

Remarks

The collar dimensions are set with the SetCollarLimits method.

 

Example

    'CollarWidth (read-only)

    'Return the value of the collar's width

    Debug.Print Collar.CollarWidth

 

Used by: Collar object