FillBackgroundColorMap Property

The FillBackgroundColorMap property returns the background fill color map object for a contour map. Returns a ColorMap object. This is a read-only property.

Syntax

object.FillBackgroundColorMap

Remarks

After setting the FillBackgroundColorMap, the script must still apply the fill change. Use the ApplyFilltoLevels command to apply changes.

Example

This example shows how to load the Rainbow.CLR file for the background color map.

ContourLayer.FillBackgroundColorMap.LoadFile(SurferApp.Path + "\Samples\Rainbow.clr")


Used by: ContourLayer Object