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