This document is archived and information here might be outdated.  Recommended version.


INetworkEdge2.QueryJunctions Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

INetworkEdge2.QueryJunctions Method

Queries the network junction elements adjacent to this network edge element.

[Visual Basic .NET]
Public Sub QueryJunctions ( _
    ByVal FromJunction As INetworkJunction, _
    ByVal ToJunction As INetworkJunction _
)
[C#]
public void QueryJunctions (
    INetworkJunction FromJunction,
    INetworkJunction ToJunction
);
[C++]
HRESULT QueryJunctions(
  INetworkJunction* FromJunction,
  INetworkJunction* ToJunction
);
[C++]

Parameters FromJunction [in]
FromJunction is a parameter of type INetworkJunction ToJunction [in]
ToJunction is a parameter of type INetworkJunction

Product Availability

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

See Also

INetworkEdge2 Interface