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


ITinElement Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinElement Interface
ArcGIS Developer Help

ITinElement Interface

Provides access to members to control TIN elements.

Product Availability

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

Members

Name Description
Read-only property HasVoidZ Indicates whether the element contains z-less vertex.
Read-only property Index The element's index number.
Method Init Initializes a new TIN element.
Read-only property IsEmpty Indicates if the specified element is uninitialized.
Read-only property IsInsideDataArea Indicates if the specified element is within the interpolation zone of the TIN.
Read-only property IsInsideExtent Indicates whether the element is inside the specified envelope.
Method SetEmpty Uninitializes the element.
Read-only property TagValue The tag value of the specified element.
Read-only property TheTin The TIN object referenced by the element.

Classes that implement ITinElement

Classes Description
TinEdge The Esri TinEdge component.
TinNode The Esri TinNode component.
TinTriangle The Esri TinTriangle component.