This document is archived and information here might be outdated. Recommended version. |
Returns the opposite junctions of the adjacent edges found with FindAdjacent into the specified user-defined array.
[Visual Basic .NET] Public Sub QueryAdjacentJunctions ( _ ByVal Count As Integer, _ ByRef adjacentJunctionEIDs As Integer, _ ByRef adjacentJunctionsWeightValue As Object _ )
[C#] public void QueryAdjacentJunctions ( int Count, ref int adjacentJunctionEIDs, ref object adjacentJunctionsWeightValue );
[C++]
HRESULT QueryAdjacentJunctions(
long Count,
System.Int32* adjacentJunctionEIDs,
Variant* adjacentJunctionsWeightValue
);
[C++]
Parameters Count [in]
Count is a parameter of type long adjacentJunctionEIDs [out]
adjacentJunctionEIDs is a parameter of type long* adjacentJunctionsWeightValue [out]
adjacentJunctionsWeightValue is a parameter of type VARIANT*
This method is not callable from C#. Please use IForwardStarGEN::QueryAdjacentJunctions.
This method is not callable from VB.NET. Please use IForwardStarGEN::QueryAdjacentJunctions.
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