Maptitude GISDK Help |
Displays a theme on the current layer.
ShowTheme(string set_name, string theme_name)
Argument |
Contents |
set_name |
Name of the selection set on which the theme is to be shown, or null to show the theme on all features in the layer |
theme_name |
Name of the theme |
// Show the Income theme on the current layer
ShowTheme(, "Household Income")
// Show the Dot density theme only on those features in the
// Northeast selection set
ShowTheme("Northeast", "Dot density map")
Error Type |
Meaning |
NotFound |
The selection set or theme does not exist |
Function |
Summary |
Switches off the display of a theme on the current layer |
|
Creates a color or pattern theme on the current layer |
|
Creates a pie or bar chart theme on the current layer |
|
Creates a dot-density theme on the current layer |
|
Creates a scaled-symbol theme on the current layer |
|
Gets a list of themes shown on a layer or selection set |
©2025 Caliper Corporation | www.caliper.com |