This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkTurn2 Interface > INetworkTurn2.QueryEdge Method (ArcObjects .NET 10.5 SDK) |
Queries the index'th edge element of this network turn.
[Visual Basic .NET] Public Sub QueryEdge ( _ ByVal Index As Integer, _ ByVal Edge As INetworkEdge _ )
[C#] public void QueryEdge ( int Index, INetworkEdge Edge );
[C++]
HRESULT QueryEdge(
long Index,
INetworkEdge* Edge
);
[C++]
Parameters Index [in] Index is a parameter of type long Edge [in]
Edge is a parameter of type INetworkEdge