![]()  | 
                    
                         This document is archived and information here might be outdated. Recommended version.  | 
                
Provides access to members that control TIN nodes.
| Name | Description | |
|---|---|---|
![]()  | 
Degree | The degree of the node. | 
![]()  | 
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. | 
![]()  | 
HasVoidZ | Indicates whether the element contains z-less vertex. | 
![]()  | 
IncidentTriangle | Returns any triangle having the node as one of it's vertices. | 
![]()  | 
IncidentTriangleIndex | Returns the index of any triangle having the node as one of it's vertices. | 
![]()  | 
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. | 
![]()  | 
IsInsideExtent | Indicates whether the element is inside the specified envelope. | 
![]()  | 
IsOnDomainBoundary | Indicates if the specified node is on domain's boundary. | 
![]()  | 
IsSameNode | Restricted. | 
![]()  | 
QueryAdjacentNodeIndices | Returns all nodes connecting to the node. | 
![]()  | 
QueryAsPoint | Sets the node equal to a point. | 
![]()  | 
QueryAsWKSPointZ | Sets the node equal to a point with a z value. | 
![]()  | 
QueryIncidentEdgeIndices | Returns all edges sharing the node. | 
![]()  | 
QueryIncidentTriangleIndices | Returns all triangles sharing the node. | 
![]()  | 
SetEmpty | Uninitializes the element. | 
![]()  | 
Source | The source of the node. | 
![]()  | 
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 | 
|---|---|
| ITinNode | Provides access to members that control TIN nodes. | 
| ITinElement | Provides access to members to control TIN elements. | 
| Classes | Description | 
|---|---|
| TinNode | The Esri TinNode component. |