Maptitude GISDK Help |
Gets the scope for a TIN.
scope = TINScope(tin t)
Argument |
Contents |
t |
A TIN |
A scope.
SetLayer("Airports")
airport_tin = CreateTriangulation("Airports|", {{"Field","Altitude"}})
tin_scope = TINScope(airport_tin)
ShowArray(tin_scope)
Error Type |
Meaning |
Error |
The TIN compound variable is null |
Function |
Summary |
Creates a Triangulated Irregular Network (TIN) |
|
Gets the minimum and maximum elevations in a TIN |
|
Calculates a spot elevation using a TIN |
©2025 Caliper Corporation | www.caliper.com |