LevelMinimum Property
LevelMinimum 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.LevelMinimum
Remarks
Set the LevelMinimum value with the SetSimpleLevels or SetLogarithmicLevels method.
Example
The following example demonstrates how to return the minimum contour level.
Debug.Print ContourLayer.LevelMinimum
Used by: ContourLayer Object