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


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

ITinAdvanced.GetEdge Method

The edge referenced by the index.

[Visual Basic .NET]
Public Function GetEdge ( _
    ByVal Index As Integer _
) As ITinEdge
[C#]
public ITinEdge GetEdge (
    int Index
);
[C++]
HRESULT GetEdge(
  long Index
);
[C++]
Parameters
Index [in]

Index is a parameter of type long

Product Availability

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

Description

Returns the edge referenced by the index. The index base value for edges is 1.

See Also

ITinAdvanced Interface