This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinNode Interface > ITinNode.GetAdjacentNodes Method (ArcObjects .NET 10.5 SDK) |
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
Returns a TinNodeArray containing nodes that are next to the given node. These adjacent nodes are connected to the given node by TIN edges.