The ClassMinVal property returns the minimum value of a data class. Returns a double. This is a read-only property.
Syntax
object.ClassMinVal( ClassIndex )
Parameter |
Type |
Description |
ClassIndex |
Integer |
required; class number |
Example
This example returns the minimum value of the second class in a pin map.
Debug.Print PinMap.ClassMinVal(2)
Used by: FlowMap object, PinMap object, PrismMap object, TerritoryMap object