Returns all triangles sharing the specified node.
[Visual Basic .NET] Public Sub QueryTriangleIndicesAroundNode ( _ ByVal nodeIndex As Integer, _ ByVal pTriangles As ILongArray _ )
[C#] public void QueryTriangleIndicesAroundNode ( int nodeIndex, ILongArray pTriangles );
[C++]
HRESULT QueryTriangleIndicesAroundNode(
long nodeIndex,
ILongArray* pTriangles
);
[C++]Parameters
nodeIndex [in] nodeIndex is a parameter of type long 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 specified node.
The passed object that implements ILongArray must have already been instantiated.