This document is archived and information here might be outdated. Recommended version. |
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
);
Returns a TinNodeArray containing nodes that are next to the given node. These adjacent nodes are connected to the given node by TIN edges.