LevelsInDecade Property

LevelsInDecade returns the number of minor levels in each decade when using logarithmic contour levels. This is a read-only property. Returns a long.

Syntax

object.LevelsInDecade

Remarks

Set the LevelsInDecade value with the SetLogarithmicLevels method.

Example

The following example demonstrates how to return the number of minor levels in each decade.

Debug.Print ContourLayer.LevelsInDecade

Used by: ContourLayer Object