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 > IForwardStarGEN Interface > IForwardStarGEN.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 ( _
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(
adjacentEdgeEIDs* adjacentEdgeEIDs,
reverseOrientation* reverseOrientation,
adjacentEdgesWeightValue* adjacentEdgesWeightValue
);
[C++]
Parameters adjacentEdgeEIDs [in, out] adjacentEdgeEIDs is a parameter of type reverseOrientation [in, out] reverseOrientation is a parameter of type adjacentEdgesWeightValue [in, out] adjacentEdgesWeightValue is a parameter of type