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.QueryAdjacentEdge Method (ArcObjects .NET 10.5 SDK) |
Returns index'th adjacent edge found with FindAdjacent, its orientation, and its weight value.
[Visual Basic .NET] Public Sub QueryAdjacentEdge ( _ ByVal Index As Integer, _ ByRef adjacentEdgeEID As Integer, _ ByRef reverseOrientation As Boolean, _ ByRef adjacentEdgeWeightValue As Object _ )
[C#] public void QueryAdjacentEdge ( int Index, ref int adjacentEdgeEID, ref bool reverseOrientation, ref object adjacentEdgeWeightValue );
[C++]
HRESULT QueryAdjacentEdge(
long Index,
long* adjacentEdgeEID,
VARIANT_BOOL* reverseOrientation,
VARIANT* adjacentEdgeWeightValue
);
[C++]
Parameters Index [in] Index is a parameter of type long adjacentEdgeEID [out] adjacentEdgeEID is a parameter of type long reverseOrientation [out] reverseOrientation is a parameter of type VARIANT_BOOL adjacentEdgeWeightValue [out] adjacentEdgeWeightValue is a parameter of type VARIANT
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