Maptitude GISDK Help

SetThemeIconColors()

Summary

Sets the icon colors used to draw a theme.

 

Syntax

SetThemeIconColors(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, )

SetThemeIconColors("Population", clrs)

 

Error Codes

Error Type

Meaning

NotFound

No theme exists with the specified name

 

See Also

Function

Summary

GetThemeIconColors()

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

SetThemeIcons()

Sets the icons used to draw a theme

SetIconColor()

Sets the color used to draw point features

GeneratePalette()

Generates an array of gradually changing colors

 

 

©2025 Caliper Corporation www.caliper.com