LabelScaleUnits Property
LabelScaleUnits returns or sets the units for the scale bar units using the SrfLinearUnits enumeration.
Syntax
object.LabelScaleUnits
object.LabelScaleUnits = LabelScaleUnits
Parameter |
Type |
Description |
LabelScaleUnits |
Returns or sets the units for the scale bar labels. This is a read-only property. |
Example
This example shows how to change the units for the labels to feet.
scale.LabelScaleUnits = srfLUfeet
Used by: ScaleBar object