CycleSpacing Property

 

CycleSpacing returns or sets the scale bar spacing between cycles in map units. Returns a double.

 

Syntax

object.CycleSpacing

object.CycleSpacing = Spacing

 

Parameter

Type

Description

Spacing

Double

required, in map units

 

Example 1

This example returns the cycle spacing for a scale bar.

 

Debug.Print ScaleBar.CycleSpacing

 

Example 2

This example sets the cycle spacing for a scale bar to 500.

 

ScaleBar.CycleSpacing = 500

 

Used by: ScaleBar object