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