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,
long* 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.