The CollarHeight property returns the map collar height in the selected Coordinate display units. Returns a double. This is a read-only property.
Syntax
object.CollarHeight(UnitType)
Parameter |
Type |
Description |
UnitType |
optional, default is mvCoordDisplayUnitLatLon |
Remarks
The collar dimensions are set with the SetCollarLimits method.
Example
'CollarHeight (read-only)
'Return the value of the collar's height
Debug.Print Collar.CollarHeight
Used by: Collar object