ArcObjects Library Reference (GeoDatabase)  

ITinAdvanced2.GetRightTriangleIndex Method

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Returns the index of the triangle on the right side of the specified edge. Note that edges of triangles are ordered clockwise.

See Also

ITinAdvanced2 Interface