This document is archived and information here might be outdated. Recommended version. |
Returns all nodes connecting to the node.
[Visual Basic .NET] Public Sub QueryAdjacentNodeIndices ( _ ByVal pNodes As ILongArray _ )
[C#] public void QueryAdjacentNodeIndices ( ILongArray pNodes );
[C++]
HRESULT QueryAdjacentNodeIndices(
ILongArray* pNodes
);
[C++] Parameters pNodes
pNodes is a parameter of type ILongArray*
Returns indices for nodes adjacent to the given node. These are its direct neighbors which are connected by triangle edges.
The passed object that implements ILongArray must have already been instantiated.