ClassMinVal Property [HatchMap]

 

The ClassMinVal property returns the minimum value of a hatch map class. Returns a double. This is a read-only property.

 

Syntax

object.ClassMinVal( iClass )

 

Parameter

Type

Description

IClass

Integer

required; class number

 

Example

This example returns the minimum value for the first data class.

 

Debug.Print HatchMap.ClassMinVal(iClass:=1)

 

Used by: HatchMap object