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