ShowStdParallel Property

 

The ShowStdParallel property returns or sets the visibility of the scale bar standard parallel information. Returns a Boolean.

 

Syntax

object.ShowStdParallel

object.ShowStdParallel = ShowStdParallel

 

Parameter

Type

Description

ShowStdParallel

Boolean

required; true to show the standard parallel information

 

Example 1

This example returns the state of showing the scale bar standard parallel information.

 

Debug.Print ScaleBar.ShowStdParallel

 

Example 2

This example makes the scale bar standard parallel information visible.

 

ScaleBar.ShowStdParallel = True

 

Used by: ScaleBar object