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


ITinNode2.QueryIncidentTriangleIndices 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.QueryIncidentTriangleIndices Method
ArcGIS Developer Help

ITinNode2.QueryIncidentTriangleIndices Method

Returns all triangles sharing the node.

[Visual Basic .NET]
Public Sub QueryIncidentTriangleIndices ( _
    ByVal pTriangles As ILongArray _
)
[C#]
public void QueryIncidentTriangleIndices (
    ILongArray pTriangles
);
[C++]
HRESULT QueryIncidentTriangleIndices(
  ILongArray* pTriangles
);
[C++]
Parameters
pTriangles 

pTriangles is a parameter of type ILongArray*

Product Availability

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

Description

Returns indices for triangles incident to the node.

The passed object that implements ILongArray must have already been instantiated.

See Also

ITinNode2 Interface