ClassFill returns the fill properties for a hatch map class. Returns a FillFormat object. This is a read-only property.
Syntax
object.ClassFill( iClass )
Parameter |
Type |
Description |
IClass |
Integer |
required; class number |
Example 1
This example returns the second class foreground color.
Debug.Print HatchMap.ClassFill(iClass:=2).ForeColor
Example 2
This example changes the third class color fill to blue.
HatchMap.ClassFill(iclass:=3).ForeColor = mvColorBlue
Used by: HatchMap object