This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinAdvanced2 Interface > ITinAdvanced2.GetRightTriangleIndex Method (ArcObjects .NET 10.4 SDK) |
Gets right triangle index of the specified edge.
[Visual Basic .NET] Public Function GetRightTriangleIndex ( _ ByVal edgeIndex As Integer _ ) As Integer
[C#] public int GetRightTriangleIndex ( int edgeIndex );
[C++]
HRESULT GetRightTriangleIndex(
long edgeIndex,
long* pTriangle
);
[C++]
Parameters edgeIndex [in] edgeIndex is a parameter of type long pTriangle [out, retval] pTriangle is a parameter of type long
Returns the index of the triangle on the right side of the specified edge. Note that edges of triangles are ordered clockwise.