ClassMaxVal Property

 

The ClassMaxVal property returns the maximum value of a specified class. Returns a double. This is a read-only property.

 

Syntax

object.ClassMaxVal( ClassIndex )

 

Parameter

Type

Description

ClassIndex

Integer

required; class number

 

Example

This example returns the maximum class value for the third class of a prism map.

 

Debug.Print PrismMap.CLassMaxVal(ClassIndex:=3)

 

Used by: FlowMap object, PinMap object, PrismMap object, TerritoryMap object