This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INALocationRanges Interface > INALocationRanges.QueryJunction Method (ArcObjects .NET 10.4 SDK) |
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
Retrieves by index one of the junction EIDs held by the NALocationRanges object.