AutoGenerate

AutoGenerate generates an evenly spaced series of levels for a contour map.

Syntax

object.AutoGenerate( MinLevel, MaxLevel, Interval )

Parameter

Type

Default

Description

MinLevel

Double

 

required; This provides the minimum contour level

MaxLevel

Double

 

required; This provides the maximum contour level

Interval

Double

 

required; This provides the contour spacing

Example

This example demonstrates how to create contour levels in intervals of ten ranging from 0 to 100.

Levels.AutoGenerate(MinLevel:=0, MaxLevel:=100, Interval:=10)

Used by: Levels collection