LevelInterval Property
LevelInterval returns the contour level interval for the contour map with the Simple level method. This is a read-only property.
Syntax
object.LevelInterval
Remarks
Set the LevelInterval value with the SetSimpleLevels method.
Example
The following example demonstrates how to return the contour level interval.
Debug.Print ContourLayer.LevelInterval
Used by: ContourLayer Object