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


ITinNode.GetAdjacentNodes Method (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 > ITinNode.GetAdjacentNodes Method
ArcGIS Developer Help

ITinNode.GetAdjacentNodes Method

Returns all nodes comprising triangles sharing the specified node.

[Visual Basic .NET]
Public Function GetAdjacentNodes ( _
) As ITinNodeArray
[C#]
public ITinNodeArray GetAdjacentNodes (
);
[C++]
HRESULT GetAdjacentNodes(
void
);

Product Availability

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

Description

Returns a TinNodeArray containing nodes that are next to the given node. These adjacent nodes are connected to the given node by TIN edges.

See Also

ITinNode Interface