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 > ITinNode2 Interface > ITinNode2.QueryAdjacentNodeIndices Method (ArcObjects .NET 10.5 SDK) |
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.