Value Property

The Value property returns/sets the value of the specified level. Returns a Double.

Syntax

object.Value( index )

object.Value( index ) = Value

 

Parameter Type Description
index Short required, index of level to be accessed

 

Example

This example shows how to set the value of the second level in a contour map to 24.

ContourLevels.Value(2)=24

 

Used by: AutoLevels object