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