| Maptitude GISDK Help |
Sets the default scope of a map.
SetMapDefaultScope(string map_name, scope new_default_scope)
| Argument | Contents |
|---|---|
| map_name | The name of the map or null for the current map |
| scope | The new default scope for the map |
For a full list of scope-related GISDK functions, see Map Scales and Scopes.
scp = GetLayerScope("Districts")
SetMapDefaultScope("My U.S. Map", scp)
| Error Type | Meaning |
|---|---|
| NotFound | The specified map does not exist |
| Function | Summary |
|---|---|
| GetMapDefaultScope() | Gets the default scope of a map |
| SetMapScope() | Sets the area covered by a map |
| ©2025 Caliper Corporation | www.caliper.com |