AddLevel Method
The AddLevel method adds a new level of the specified value. Returns a short that is the index of the new level.
Syntax
object.AddLevel( value )
Parameter | Type | Description |
value | Double | required, value of level to be added |
Example
This example shows how to add a level with a Z value of 34 to a contour map.
ContourLevels.AddLevel(34)
Used by: AutoLevels object