| Maptitude GISDK Help |
Gets the scope of the features in a selection set.
GetSetScope(string set_name)
| Argument | Contents |
|---|---|
| set_name | Name of the selection set |
The scope of features in the set.
The current view must contain geographic features.
For a full list of scope-related GISDK functions, see Map Scales and Scopes.
qry = "Select where Population > 5000000"
SelectByQuery("High Population", "Several", qry)
SetMapScope(, GetSetScope("High Population"))
| Error Type | Meaning |
|---|---|
| Error | The set name is invalid or the view does not contain geographic features |
| NotFound | The specified set does not exist or is empty |
| Function | Summary |
|---|---|
| GetRecordScope() | Gets the scope of a given record in the current layer |
| GetViewScope() | Gets the scope of all records in a view |
| ©2025 Caliper Corporation | www.caliper.com |