This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinNode2 Interface > ITinNode2.IncidentTriangle Method (ArcObjects .NET 10.4 SDK) |
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
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.