SubDivision Property

 

The SubDivision property returns or sets the number of scale bar subdivisions. Returns an integer.

 

Syntax

object.SubDivision

object.SubDivision = SubDivision

 

Parameter

Type

Description

SubDivision

Integer

required; number of subdivisions

 

Example 1

This example returns the number of subdivisions for a scale bar.

 

Debug.Print ScaleBar.SubDivision

 

Example 2

This example sets the number of scale bar subdivisions to 4.

 

ScaleBar.SubDivision = 4

 

Used by: ScaleBar object