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


IForwardStarGEN.QueryAdjacentEdges Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IForwardStarGEN Interface > IForwardStarGEN.QueryAdjacentEdges Method
ArcGIS Developer Help

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(
  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)*

Product Availability

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

See Also

IForwardStarGEN Interface