LabelMapUnits Property
LabelMapUnits returns the label map units using the SrfLinearUnits enumeration. This is a read-only property.
Syntax
object.LabelMapUnits
Parameter |
Type |
Description |
LabelMapUnits |
Returns the label map units. This is a read-only property. |
Example
This example demonstrates how to return the label map units.
Debug.Print scale.LabelMapUnits
Used by: ScaleBar object