Maptitude GISDK Help

SetThemeFillStyles()

Summary

Sets the fill styles used to draw a theme.

 

Syntax

SetThemeFillStyles(string theme_name, array fillstyles)

 

Argument

Contents

theme_name

The name of the theme

fillstyles

An array of fill styles

 

Notes

Example

str1 = "XXXXXXXX"

str2 = "          "

solid = FillStyle({str1, str1, str1, str1, str1, str1, str1, str1})

empty = FillStyle({str2, str2, str2, str2, str2, str2, str2, str2})

style_list = {empty, solid}

SetThemeFillStyles("Household Income", style_list)

 

Error Codes

Error Type

Meaning

NotFound

No theme exists with the given name

 

See Also

Function

Summary

GetThemeFillStyles()

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

SetThemeFillColors()

Sets the fill colors used to draw a theme

FillStyle()

Creates a new fill style

SetFillStyle()

Sets the style used to fill area features

 

 

©2025 Caliper Corporation www.caliper.com