This document is archived and information here might be outdated.  Recommended version.


ITin Interface (ArcObjects .NET 10.6 SDK)
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITin Interface (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabase)  

ITin Interface

Provides access to members that control TINs.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Read-only property DataEdgeCount The number of TIN edges that have a data triangle on one side or the other.
Read-only property DataNodeCount The number of data nodes in the TIN.
Read-only property DataTriangleCount The number of data triangles in the TIN.
Read-only property Extent The interpolation zone of the TIN.
Read-only property Fields The collection of attribute items of the TIN.
Read-only property HasEdgeTagValues Indicates if the TIN dataset has edge tag values.
Read-only property HasNodeTagValues Indicates if the TIN dataset has node tag values.
Read-only property HasTriangleTagValues Indicates if the TIN dataset has triangle tag values.
Read-only property IsDelaunay Indicates if TIN was constructed using Delaunay triangulation.
Read-only property IsEmpty Indicates if the TIN contains no data.
Method SaveAs Saves the TIN to disk using the specified name.
Read-only property Version Returns the version number of the TIN engine used to build the TIN.
Read/write property 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.

.NET Related Topics

Geodatabase | How to perform surface analysis on a terrain dataset