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


ITinNode.GetAdjacentNodes Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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(
  ITinNodeArray** ppNodes
);
[C++]

Parameters ppNodes [out, retval]
ppNodes is a parameter of type ITinNodeArray

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