This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinAdvanced2 Interface > ITinAdvanced2.QueryTriangleIndicesAroundNode Method (ArcObjects .NET 10.4 SDK) |
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 pTriangles
pTriangles is a parameter of type ILongArray
Returns indices for triangles incident to the specified node.
The passed object that implements ILongArray must have already been instantiated.