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


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

ITinNode.GetIncidentTriangles Method

Returns all triangles sharing the specified node.

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

Product Availability

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

Description

The returned TinTriangleArray will contain the set of triangles that are incident to, or surround, the given node. In other words, this node belongs to, and is referenced by, every triangle returned.

See Also

ITinNode Interface