This document is archived and information here might be outdated. Recommended version. |
Gets neighbor edge index.
[Visual Basic .NET]
Public Function GetNeighborEdgeIndex ( _
ByVal edgeIndex As Integer _
) As Integer
[C#]
public int GetNeighborEdgeIndex (
int edgeIndex
);
[C++]
HRESULT GetNeighborEdgeIndex(
long edgeIndex
);
[C++] Parameters edgeIndex [in]
edgeIndex is a parameter of type long
Returns the index of the corresponding edge in the adjacent triangle.
Zero is returned if the given edge is on the extreme perimeter of the TIN with no adjacent triangle.