This document is archived and information here might be outdated.  Recommended version.


IForwardStarGEN.QueryAdjacentEdges Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IForwardStarGEN.QueryAdjacentEdges Method

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IForwardStarGEN Interface