ArcObjects Library Reference (GeoDatabase)  

INetworkJunction2.QueryEdge Method

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

INetworkJunction2 Interface