This document is archived and information here might be outdated.  Recommended version.


ITinNode Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinNode Interface
ArcGIS Developer Help

ITinNode Interface

Provides access to members that control TIN nodes. Note: the ITinNode interface has been superseded by ITinNode2. Please consider using the more recent version.

Product Availability

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

Members

Name Description
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.
Read-only property HasVoidZ Indicates whether the element contains z-less vertex.
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 IsInsideExtent Indicates whether the element is inside the specified envelope.
Method IsSameNode Restricted.
Method QueryAsPoint Sets the node equal to a point.
Method QueryAsWKSPointZ Sets the node equal to a point with a z value.
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.
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
ITinElement Provides access to members to control TIN elements.

Classes that implement ITinNode

Classes Description
TinNode The Esri TinNode component.