This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IForwardStar Interface > IForwardStar.QueryAdjacentEdges Method (ArcObjects .NET 10.5 SDK) |
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,
long* adjacentEdgeEIDs,
VARIANT_BOOL* 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 VARIANT_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