TINScope()
Summary
Gets the scope for a TIN.
Syntax
scope = TINScope(tin t)
| Argument | Contents |
|---|---|
| t | A TIN |
Returns
A scope.
Example
SetLayer("Airports")
airport_tin = CreateTriangulation("Airports|", {{"Field","Altitude"}})
tin_scope = TINScope(airport_tin)
ShowArray(tin_scope)
Error Codes
| Error Type | Meaning |
|---|---|
| Error | The TIN compound variable is null |
See Also
| Function | Summary |
|---|---|
| CreateTriangulation() | Creates a Triangulated Irregular Network (TIN) |
| TINElevations() | Gets the minimum and maximum elevations in a TIN |
| EstimateElevation() | Calculates a spot elevation using a TIN |