CycleSpacing Property

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

Syntax

object.CycleSpacing

object. CycleSpacing = Spacing

Parameter

Type

Description

Spacing

Double

required

Example 1

This example demonstrates how to return the spacing between cycles.

Debug.Print ScaleBar.CycleSpacing

Example 2

This example demonstrates how to change the cycle spacing to three.

ScaleBar.CycleSpacing = 3

Used by: ScaleBar object