This document is archived and information here might be outdated.  Recommended version.


ITinAdvanced2.GetNeighborEdgeIndex Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinAdvanced2 Interface > ITinAdvanced2.GetNeighborEdgeIndex Method
ArcGIS Developer Help

ITinAdvanced2.GetNeighborEdgeIndex Method

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

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.

See Also

ITinAdvanced2 Interface