This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinAdvanced Interface > ITinAdvanced.GetEdge Method (ArcObjects .NET 10.4 SDK) |
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
Returns the edge referenced by the index. The index base value for edges is 1.