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.IncidentTriangleIndex Method (ArcObjects .NET 10.5 SDK) |
Returns the index of any triangle having the node as one of it's vertices.
[Visual Basic .NET] Public Function IncidentTriangleIndex ( _ ) As Integer
[C#] public int IncidentTriangleIndex ( );
[C++]
HRESULT IncidentTriangleIndex(
long* pTriangle
);
[C++]
Parameters pTriangle [out, retval] pTriangle is a parameter of type long
Returns the index for one of the triangles incident to the node. There is no fixed rule to determine which triangle it will be. You are just assured it will be one that is defined, in part, by the node.