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,
ITinEdge** ppEdge
);
[C++]Parameters
Index [in] Index is a parameter of type long ppEdge [out, retval]ppEdge is a parameter of type ITinEdge
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.