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


INetworkTurn2.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 > INetworkTurn2 Interface > INetworkTurn2.QueryAtJunction Method
ArcGIS Developer Help

INetworkTurn2.QueryAtJunction Method

Queries the at-junction of this network turn.

[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.

See Also

INetworkTurn2 Interface