Maptitude GISDK Help |
Gets the class labels of a color or pattern theme.
labels = GetThemeClassLabels(string theme_name)
Argument |
Contents |
theme_name |
The name of the theme |
An array of class labels (strings). The first label is for the Other class (if it exists), followed by the labels for the regular classes.
cls_labels = GetThemeClassLabels("some theme")
// cls_labels = {"Other", "Low", "Medium", "High"}
Error |
Meaning |
NotFound |
The specified theme does not exist |
Function |
Summary |
Gets the number of features in each class of a color or pattern theme |
|
Gets information about the classes of a color or pattern theme |
|
Gets the class definitions of a color or pattern theme |
|
Change the label for a class in a color, pattern, dot, or chart theme |
|
Gets the class labels of a color or pattern theme |
|
Gets information about a theme |
©2025 Caliper Corporation | www.caliper.com |