This document is archived and information here might be outdated. Recommended version. |
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
Returns the edge referenced by the index. The index base value for edges is 1.