LevelMaximum Property

LevelMaximum returns the minimum contour level for the contour map when using the Simple or Logarithmic level method. This is a read-only property.

Syntax

object.LevelMaximum

Remarks

Set the LevelMaximum value with the SetSimpleLevels or SetLogarithmicLevels method.

Example

The following example demonstrates how to return the maximum contour level.

Debug.Print ContourLayer.LevelMaximum

Used by: ContourLayer Object