Provides access to members that control TINs.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
![]() |
DataEdgeCount | The number of TIN edges that have a data triangle on one side or the other. |
![]() |
DataNodeCount | The number of data nodes in the TIN. |
![]() |
DataTriangleCount | The number of data triangles in the TIN. |
![]() |
Extent | The interpolation zone of the TIN. |
![]() |
Fields | The collection of attribute items of the TIN. |
![]() |
HasEdgeTagValues | Indicates if the TIN dataset has edge tag values. |
![]() |
HasNodeTagValues | Indicates if the TIN dataset has node tag values. |
![]() |
HasTriangleTagValues | Indicates if the TIN dataset has triangle tag values. |
![]() |
IsDelaunay | Indicates if TIN was constructed using Delaunay triangulation. |
![]() |
IsEmpty | Indicates if the TIN contains no data. |
![]() |
SaveAs | Saves the TIN to disk using the specified name. |
![]() |
Version | Returns the version number of the TIN engine used to build the TIN. |
![]() |
ZFactor | Multiplication factor applied to all z values in a TIN to provide unit-congruency between coordinate components. |
CoClasses that implement ITin
CoClasses and Classes | Description |
---|---|
Tin | The ESRI TIN component. |