ArcObjects Library Reference (GeoDatabase)  

ITinElement Interface

Provides access to members to control TIN elements.

Product Availability

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

Members

Description
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.
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.

CoClasses that implement ITinElement

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