|  | This document is archived and information here might be outdated. Recommended version. | 
Returns the turns through which the adjacent edges found with FindAdjacent passes into the user-defined array.
[Visual Basic .NET]
Public Sub QueryAtTurns ( _
    ByVal Count As Integer, _
    ByRef adjacentTurnEIDs As Integer, _
    ByRef adjacentTurnsWeightValue As Object _
)
[C#]
public void QueryAtTurns (
    int Count,
    ref int adjacentTurnEIDs,
    ref object adjacentTurnsWeightValue
);
[C++]
HRESULT QueryAtTurns(
  long Count,
  System.Int32* adjacentTurnEIDs,
  Variant* adjacentTurnsWeightValue
);
[C++] Parameters Count [in]
Count is a parameter of type long adjacentTurnEIDs [out]
adjacentTurnEIDs is a parameter of type long* adjacentTurnsWeightValue [out]
adjacentTurnsWeightValue is a parameter of type VARIANT*
This method is not callable from C#. Please use IForwardStarGEN::QueryAtTurns.
This method is not callable from VB.NET. Please use IForwardStarGEN::QueryAtTurns.
IForwardStar Interface | IForwardStar.QueryAdjacentEdge Method | IForwardStar.QueryAdjacentJunctions Method | IForwardStar.QueryAtTurns Method | IForwardStar.QueryAtTurn Method | IForwardStar.FindAdjacent Method | IForwardStar.QueryAdjacentEdges Method | IForwardStar.Network Property | IForwardStar.QueryAdjacentJunction Method | INetwork.CreateForwardStar Method