ArcObjects Library Reference (GeoDatabase)  

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