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


ITinNode2.IncidentTriangle Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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(
  ITinTriangle** ppTriangle
);
[C++]

Parameters ppTriangle [out, retval]
ppTriangle is a parameter of type ITinTriangle

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