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


ITinEdge.GetPreviousInTriangle Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinEdge Interface > ITinEdge.GetPreviousInTriangle Method
ArcGIS Developer Help

ITinEdge.GetPreviousInTriangle Method

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(
void
);

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.

See Also

ITinEdge Interface