Provides access to members that control TIN nodes. Note: the ITinNode interface has been superseded byITinNode2. Please consider using the more recent version.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
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. |
Inherited Interfaces
Interfaces | Description |
---|---|
ITinElement | Provides access to members to control TIN elements. |
CoClasses that implement ITinNode
CoClasses and Classes | Description |
---|---|
TinNode | The ESRI TinNode component. |