The ClassMaxVal property returns the maximum value of a hatch map class. Returns a double. This is a read-only property.
Syntax
object.ClassMaxVal( iClass )
Parameter |
Type |
Description |
IClass |
Integer |
required; class number |
Example
This example returns the maximum value for the second class in a hatch map.
Debug.Print HatchMap.ClassMaxVal(iClass:=2)
Used by: HatchMap object