Maptitude GISDK Help

GetDisplayedThemes()

Summary

Gets a list of themes shown on a layer or selection set.

 

Syntax

theme_names = GetDisplayedThemes(string lyr_set_name)

 

Argument Contents
lyr_set_name Name of the layer or selection set

 

Returns

An array of theme name strings.

 

Notes

Example

thms = GetDisplayedThemes("States|")

for i = 1 to thms.length do

     HideTheme("States|", thms[i])

     end

 

Error Codes

Error Type Meaning
NotFound The specified layer or selection set does not exist

 

See Also

Function Summary
ShowTheme() Displays a theme on a layer or selection set
GetTheme() Gets information about a theme
GetThemes() Gets a list of themes defined on the current layer
HideTheme() Switches off the display of a theme on a layer or selection set

 

 

©2025 Caliper Corporation www.caliper.com