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


IForwardStarGEN.QueryAdjacentJunctions 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.QueryAdjacentJunctions Method
ArcGIS Developer Help

IForwardStarGEN.QueryAdjacentJunctions Method

Returns the opposite junctions of the adjacent edges found with FindAdjacent into the specified user-defined array.

[Visual Basic .NET]
Public Sub QueryAdjacentJunctions ( _
    ByRef adjacentJunctionEIDs As Int32[]&, _
    ByRef adjacentJunctionsWeightValue As Object[]& _
)
[C#]
public void QueryAdjacentJunctions (
    ref Int32[]& adjacentJunctionEIDs,
    ref Object[]& adjacentJunctionsWeightValue
);
[C++]
HRESULT QueryAdjacentJunctions(
  SAFEARRAY(System.Int32)* adjacentJunctionEIDs,
  SAFEARRAY(Variant)* adjacentJunctionsWeightValue
);
[C++]
Parameters
adjacentJunctionEIDs [in, out]

adjacentJunctionEIDs is a parameter of type SAFEARRAY(long)* adjacentJunctionsWeightValue [in, out]
adjacentJunctionsWeightValue is a parameter of type SAFEARRAY(VARIANT)*

Product Availability

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

See Also

IForwardStarGEN Interface