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