This document is archived and information here might be outdated. Recommended version. |
Queries the index'th network turn element anchored at this network junction element.
[Visual Basic .NET] Public Sub QueryTurn ( _ ByVal Index As Integer, _ ByVal Turn As INetworkTurn _ )
[C#] public void QueryTurn ( int Index, INetworkTurn Turn );
[C++]
HRESULT QueryTurn(
long Index,
INetworkTurn* Turn
);
[C++] Parameters Index [in]
Index is a parameter of type long Turn [in]
Turn is a parameter of type INetworkTurn*