This document is archived and information here might be outdated. Recommended version. |
Queries the index'th network edge element adjacent to this network junction element.
[Visual Basic .NET] Public Sub QueryEdge ( _ ByVal Index As Integer, _ ByVal leavingJunction As Boolean, _ ByVal Edge As INetworkEdge _ )
[C#] public void QueryEdge ( int Index, bool leavingJunction, INetworkEdge Edge );
[C++]
HRESULT QueryEdge(
long Index,
VARIANT_BOOL leavingJunction,
INetworkEdge* Edge
);
[C++] Parameters Index [in]
Index is a parameter of type long leavingJunction [in]
leavingJunction is a parameter of type bool Edge [in]
Edge is a parameter of type INetworkEdge*