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


ITinNode2.IncidentTriangle 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.IncidentTriangle Method
ArcGIS Developer Help

ITinNode2.IncidentTriangle Method

Returns any triangle having the node as one of it's vertices.

[Visual Basic .NET]
Public Function IncidentTriangle ( _
) As ITinTriangle
[C#]
public ITinTriangle IncidentTriangle (
);
[C++]
HRESULT IncidentTriangle(
void
);

Product Availability

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

Description

Returns one of the triangles that is 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