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