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,
long* pNeighbor
);
[C++]Parameters
edgeIndex [in] edgeIndex is a parameter of type long pNeighbor [out, retval] pNeighbor is a parameter of type long
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
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.