ArcObjects Library Reference (GeoDatabase)  

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

Parameters

ppTriangles [out, retval]

  ppTriangles is a parameter of type ITinTriangleArray

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