| Maptitude GISDK Help |
Gets the default scope of a map.
default_scope = GetMapDefaultScope(string map_name)
| Argument | Contents |
|---|---|
| map_name | The name of the map, or null for the current map |
The default scope of the map.
The default scope of a map is the scope that was in effect when the map was created.
For a full list of scope-related GISDK functions, see Map Scales and Scopes.
scp = GetMapDefaultScope("My U.S. Map")
SetMapScope("My U.S. Map", scp)
| Error Type | Meaning |
|---|---|
| NotFound | The specified map does not exist |
| Function | Summary |
|---|---|
| SetMapDefaultScope() | Sets the default scope of a map |
| GetMapScope() | Gets the current scope of a map |
| ©2025 Caliper Corporation | www.caliper.com |