Maptitude GISDK Help

SetThemeFillColors()

Summary

Sets the fill colors used to draw a theme.

 

Syntax

SetThemeFillColors(string theme_name, array colors)

 

Argument

Contents

theme_name

The name of the theme

colors

An array of colors

 

Notes

Example

clrs = GeneratePalette(ColorRGB(65000, 0, 0), ColorRGB(0, 65000, 0), 10, )

SetThemeFillColors("Household Income", clrs)

 

Error Codes

Error Type

Meaning

NotFound

No theme exists with the specified name

 

See Also

Function

Summary

GetThemeFillColors()

Gets the list of fill colors that are used to draw a theme

SetThemeFillStyles()

Sets the fill styles used to draw a theme

GeneratePalette()

Generates an array of gradually changing colors

SetFillColor()

Sets the color used to fill area features

 

 

©2025 Caliper Corporation www.caliper.com