ShowRFScale Property

 

The ShowRFScale property returns or sets the visibility of the scale bar representative fraction information. Returns a Boolean.

 

Syntax

object.ShowRFScale

object.ShowRFScale = ShowRFScale

 

Parameter

Type

Description

ShowRFScale

Boolean

required; true to show the representative scale information

 

Example

    'ShowRFScale

    'Show the representative fraction scale information on the scale bar

    ScaleBar.ShowRFScale = True

 

Used by: ScaleBar object