This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinNode Interface (ArcObjects .NET 10.4 SDK) |
Provides access to members that control TIN nodes. Note: the ITinNode interface has been superseded byITinNode2. Please consider using the more recent version.
Description | ||
---|---|---|
GetAdjacentNodes | Returns all nodes comprising triangles sharing the specified node. | |
GetIncidentEdges | Returns all edges sharing the specified node. | |
GetIncidentTriangles | Returns all triangles sharing the specified node. | |
GetVoronoiRegion | Returns the Voronoi-polygon region of the specified node. | |
Index | The element's index number. | |
Init | Initializes a new TIN element. | |
IsEmpty | Indicates if the specified element is uninitialized. | |
IsInsideDataArea | Indicates if the specified element is within the interpolation zone of the TIN. | |
QueryAsPoint | Sets the node equal to a point. | |
QueryAsWKSPointZ | Sets the node equal to a point with a z value. | |
SetEmpty | Uninitializes the element. | |
TagValue | The tag value of the specified element. | |
TheTin | The TIN object referenced by the element. | |
X | The x-coordinate of the specified node. | |
Y | The y-coordinate of the specified node. | |
Z | The z-coordinate of the specified node. |
Interfaces | Description |
---|---|
ITinElement | Provides access to members to control TIN elements. |
CoClasses and Classes | Description |
---|---|
TinNode | The Esri TinNode component. |