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


ITinNode2.QueryAdjacentNodeIndices Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

ITinNode2.QueryAdjacentNodeIndices Method

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

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.

See Also

ITinNode2 Interface