This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITin Interface (ArcObjects .NET 10.4 SDK) |
Provides access to members that control TINs.
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 and Classes | Description |
---|---|
Tin | The Esri TIN component. |