Maptitude GISDK Help |
Gets the number of features in each class of a color or pattern theme.
counts = GetThemeClassCounts(string theme_name)
Argument |
Contents |
theme_name |
The name of the theme |
An array of integers indicating the number of features in each class. The first value is the number of features in the Other class (if it exists), followed by the counts for the regular classes.
cls_n = GetThemeClassCounts("some theme")
// cls_info = {22, 50, 86, 42}
Error |
Meaning |
NotFound |
The specified theme does not exist |
Function |
Summary |
Gets information about the classes of a class theme |
|
Gets the class labels of a class theme |
|
Gets the class definitions of a class theme |
|
Gets information about a theme |
©2025 Caliper Corporation | www.caliper.com |