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


INALocationRanges.QueryJunction Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INALocationRanges Interface > INALocationRanges.QueryJunction Method
ArcGIS Developer Help

INALocationRanges.QueryJunction Method

Retrieves the junction EID stored at the specified index in the NALocationRanges object.

[Visual Basic .NET]
Public Sub QueryJunction ( _
    ByVal Index As Integer, _
    ByRef junctionEID As Integer _
)
[C#]
public void QueryJunction (
    int Index,
    ref int junctionEID
);
[C++]
HRESULT QueryJunction(
  long Index,
  System.Int32* junctionEID
);
[C++]
Parameters
Index [in]

Index is a parameter of type long junctionEID [in, out]
junctionEID is a parameter of type long*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Remarks

Retrieves by index one of the junction EIDs held by the NALocationRanges object.

See Also

INALocationRanges Interface

.NET Samples

ArcGIS Network Analyst extension barrier location editor