This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinEdge Interface > ITinEdge.GetPreviousInTriangle Method (ArcObjects .NET 10.4 SDK) |
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
Returns the previous edge in the triangle. The previous edge is counter-clockwise to this edge.