Returns the next triangle sharing the FromNode of the specified edge in a counter-clockwise direction.
[Visual Basic .NET] Public Function GetPreviousInTriangle ( _ ) As ITinEdge
[C#] public ITinEdge GetPreviousInTriangle ( );
[C++]
HRESULT GetPreviousInTriangle(
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 previous edge in the triangle. The previous edge is counter-clockwise to this edge.