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


ITinNode2.QueryAdjacentNodeIndices Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinNode2 Interface > ITinNode2.QueryAdjacentNodeIndices Method
ArcGIS Developer Help

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