|  | 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 ( _
    ByRef adjacentEdgeEIDs As Int32[]&, _
    ByRef reverseOrientation As Boolean[]&, _
    ByRef adjacentEdgesWeightValue As Object[]& _
)
[C#]
public void QueryAdjacentEdges (
    ref Int32[]& adjacentEdgeEIDs,
    ref Boolean[]& reverseOrientation,
    ref Object[]& adjacentEdgesWeightValue
);
[C++]
HRESULT QueryAdjacentEdges(
  SAFEARRAY(System.Int32)* adjacentEdgeEIDs,
  SAFEARRAY(Boolean)* reverseOrientation,
  SAFEARRAY(Variant)* adjacentEdgesWeightValue
);
[C++] Parameters adjacentEdgeEIDs [in, out]
adjacentEdgeEIDs is a parameter of type SAFEARRAY(long)* reverseOrientation [in, out]
reverseOrientation is a parameter of type SAFEARRAY(bool)* adjacentEdgesWeightValue [in, out]
adjacentEdgesWeightValue is a parameter of type SAFEARRAY(VARIANT)*