This document is archived and information here might be outdated.  Recommended version.


ITinNode2.IncidentTriangleIndex Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinNode2 Interface > ITinNode2.IncidentTriangleIndex Method
ArcGIS Developer Help

ITinNode2.IncidentTriangleIndex Method

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(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

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.

See Also

ITinNode2 Interface