ClassUndefColor Property

 

ClassUndefColor returns or sets the color for undefined data for a prism map. Returns a MVColor.

 

Syntax

object.ClassUndefColor

object.ClassUndefColor = Color

 

Parameter

Type

Description

Color

MVColor

required; color, see remarks

 

Remarks

Use the enumeration [mvColorRed], RGB value [RGB(255,0,0)], or number [255] to set a color.

 

Example 1

This example returns the color for the undefined data class.

 

Debug.Print PrismMap.ClassUndefColor

 

Example 2

This example makes the color of the undefined data class blue.

 

PrismMap.ClassUndefColor = mvColorBlue

 

Used by: PrismMap object