This document is archived and information here might be outdated. Recommended version. |
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*
Retrieves by index one of the junction EIDs held by the NALocationRanges object.