MapDataToHeightColor

 

The MapDataToHeightColor method maps a data value to a specific color in the prism map height color spectrum.

 

Syntax

object.MapDataToHeightColor( DatVal, Color )

 

Parameter

Type

Description

DatVal

Double

required; data value

Color

MVColor

required; color, see remarks

 

Remarks

 

Example

This example changes the color of the height data value 10000 to green.

 

PrismMap.MapDataToHeightColor( DatVal:= 10000, Color:= mvColorGreen )

 

Used by: PrismMap object