LevelMajorInterval Property

LevelMajorInterval returns the frequency of major contour levels with the Simple level method for the contour map.

Syntax

object.LevelMajorInterval

object.LevelMajorInterval = LevelMajorInterval

Parameter

Type

Description

LevelMajorInterval

Long

required, interval for major contour levels

Remarks

Set the LevelMajorInterval value with the SetSimpleLevels method.

Example 1

The following example demonstrates how to return the major contour level frequency.

Debug.Print ContourLayer.LevelMajorInterval

Example 2

The following example demonstrates how to set the major contour interval to 5 for the contour map.

ContourLayer.LevelMajorInterval = 5

Used by: ContourLayer Object