| Maptitude GISDK Help |
Gets a list of the names of selection sets for a view.
sets_list = GetSets(string view_name)
| Argument | Contents |
|---|---|
| view_name | The name of a view |
An array of all the set names (strings) of the view, or null if the view has no sets.
set_list = GetSets("U.S. States")
| Error Type | Meaning |
|---|---|
| NotFound | The specified view does not exist, or the view_name is null and there is no current view |
| Function | Summary |
|---|---|
| CreateSet() | Creates a new, empty set on the current view |
| DeleteSet() | Deletes a set from the current view |
| ©2025 Caliper Corporation | www.caliper.com |