The ClassColorVarCol property returns or sets the Class data used when the prism map color method is Use color classes. Returns an integer.
Syntax
object.ClassColorVarCol
object.ClassColorVarCol( ColorVarCol )
Parameter |
Type |
Description |
ColorVarCol |
Integer |
required; data column for classes, column A equals 1 |
Example 1
This example returns the class color variable column.
Debug.Print Prism Map.ClassColorVarCol
Example 2
This example sets the class color variable column to 7.
PrismMap.ClassColorVarCol = 7
Used by: PrismMap object