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


ITinEdge.GetNextInTriangle Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

ITinEdge.GetNextInTriangle Method

Returns the next triangle sharing the FromNode of the specified edge in a clockwise direction.

[Visual Basic .NET]
Public Function GetNextInTriangle ( _
) As ITinEdge
[C#]
public ITinEdge GetNextInTriangle (
);
[C++]
HRESULT GetNextInTriangle(
  ITinEdge** ppEdge
);
[C++]

Parameters ppEdge [out, retval]
ppEdge is a parameter of type ITinEdge

Product Availability

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

Description

Returns the next edge ahead in the triangle. The next edge ahead is in the clockwise direction.

See Also

ITinEdge Interface