This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinAdvanced2 Interface > ITinAdvanced2.GetNeighborEdgeIndex Method (ArcObjects .NET 10.4 SDK) |
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
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.