InitLabels Method

The InitLabels method initializes a range of labels for the map based on the passed in parameters.

Syntax

object.InitLabels( frequency, First, Last )

 

Parameter Type Description
frequency Long required, the frequency, e.g. 1 is every label and 2 is every other
First Long optional, minimum (starting) label
Last Long optional, maximum (ending) label

 

Remarks

When First and Last are not specified, the frequency value initializes the labels between the overall first and last level.

Example

The following example turns on the display of every second label in the range of 10-18

AutoContourDataMap.AutoLevels.InitLables(2,10,18)

 

Used by: AutoLevels object