| Maptitude GISDK Help |
Returns the scope of an array of coordinates.
scp = GetArrayScope(array coord)
| Argument | Contents |
|---|---|
| coord | An array of coordinates |
The scope of the coordinates in the array.
A scope of an array with one point will have a width and a height of 0.
For a full list of scope-related GISDK functions, see Map Scales and Scopes.
c = {Coord(-92398569,38894200), Coord(-92383337,38882221),
Coord(-92369238,38961503)}
scp = GetArrayScope(c)
| Error Type | Meaning |
|---|---|
| Error | Bad coordinate encountered |
| Function | Summary |
|---|---|
| GetRecordScope() | Gets the scope of a given record on the current layer |
| GetSetScope() | Gets the scope of the features in a selection set |
| GetViewScope() | Gets the scope of a view |
| ©2025 Caliper Corporation | www.caliper.com |