ShowSubDiv Property

ShowSubDiv returns or sets the show subdivisions in the first cycle of the scale bar property state. Returns a Boolean.

Syntax

object. ShowSubDiv

object. ShowSubDiv = ShowSubDiv

Parameter

Type

Description

ShowSubDiv

Boolean

required; True or 1 to show subdivisions in the first cycle.

Example 1

This example demonstrates how to return the show subdivisions state.

Debug.Print ScaleBar.ShowSubDiv

Example 2

This example demonstrates how to show subdivisions in the scale bar.

ScaleBar.ShowSubDiv = True

Used by: ScaleBar object