ArcObjects Library Reference (GeoDatabase)  

ITinNode2 Interface

Provides access to members that control TIN nodes.

Product Availability

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

Members

Description
Read-only property Degree The degree of the node.
Method GetAdjacentNodes Returns all nodes comprising triangles sharing the specified node.
Method GetIncidentEdges Returns all edges sharing the specified node.
Method GetIncidentTriangles Returns all triangles sharing the specified node.
Method GetVoronoiRegion Returns the Voronoi-polygon region of the specified node.
Method IncidentTriangle Returns any triangle having the node as one of it's vertices.
Method IncidentTriangleIndex Returns the index of any triangle having the node as one of it's vertices.
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 IsOnDomainBoundary Indicates if the specified node is on domain's boundary.
Method QueryAdjacentNodeIndices Returns all nodes connecting to the node.
Method QueryAsPoint Sets the node equal to a point.
Method QueryAsWKSPointZ Sets the node equal to a point with a z value.
Method QueryIncidentEdgeIndices Returns all edges sharing the node.
Method QueryIncidentTriangleIndices Returns all triangles sharing the node.
Method SetEmpty Uninitializes the element.
Read-only property Source The source of the node.
Read-only property TagValue The tag value of the specified element.
Read-only property TheTin The TIN object referenced by the element.
Read-only property X The x-coordinate of the specified node.
Read-only property Y The y-coordinate of the specified node.
Read-only property Z The z-coordinate of the specified node.

Inherited Interfaces

Interfaces Description
ITinNode Provides access to members that control TIN nodes.
ITinElement Provides access to members to control TIN elements.

CoClasses that implement ITinNode2

CoClasses and Classes Description
TinNode The Esri TinNode component.