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
pTrianglespTriangles 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.