GetArrayScope()
Summary
Returns the scope of an array of coordinates.
Syntax
scp = GetArrayScope(array coord)
| Argument | Contents |
|---|---|
| coord | An array of coordinates |
Returns
The scope of the coordinates in the array.
Notes
-
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.
Example
c = {Coord(-92398569,38894200), Coord(-92383337,38882221),
Coord(-92369238,38961503)}
scp = GetArrayScope(c)
Error Codes
| Error Type | Meaning |
|---|---|
| Error | Bad coordinate encountered |
See Also
| 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 |