This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinNode2 Interface > ITinNode2.QueryIncidentTriangleIndices Method (ArcObjects .NET 10.5 SDK) |
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
Returns indices for triangles incident to the node.
The passed object that implements ILongArray must have already been instantiated.