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