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


INetworkForwardStarAdjacencies.QueryAtJunction Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkForwardStarAdjacencies Interface > INetworkForwardStarAdjacencies.QueryAtJunction Method
ArcGIS Developer Help

INetworkForwardStarAdjacencies.QueryAtJunction Method

Queries the junction element used as the atJunction in the NetworkForwardStar object.

[Visual Basic .NET]
Public Sub QueryAtJunction ( _
    ByVal Junction As INetworkJunction _
)
[C#]
public void QueryAtJunction (
    INetworkJunction Junction
);
[C++]
HRESULT QueryAtJunction(
  INetworkJunction* Junction
);
[C++]
Parameters
Junction [in]

Junction is a parameter of type INetworkJunction*

Product Availability

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

Remarks

The QueryAtJunction method retrieves the junction element used by the INetworkForwardStar::QueryAdjacencies method.

The QueryAtJunction method requires an instantiated NetworkJunction object to be passed in as a parameter.  You can create an empty NetworkJunction object by using the INetworkQuery::CreateNetworkElement method.

See Also

INetworkForwardStarAdjacencies Interface