InterpolateWithClassColor

 

The InterpolateWithClassColor method interpolates prism map class colors based upon the color of the defined class.

 

Syntax

object.InterpolateWithClassColor( ClassIndex )

 

Parameter

Type

Description

ClassIndex

Integer

required; class number

 

Example

This example interpolates the class colors based upon the third class fill color.

 

PrismMap.InterpolateWithClassColor(3)

 

Used by: PrismMap object