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


IForwardStarGEN.QueryAdjacentJunctions Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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(
  adjacentJunctionEIDs* adjacentJunctionEIDs,
  adjacentJunctionsWeightValue* adjacentJunctionsWeightValue
);
[C++]

Parameters adjacentJunctionEIDs [in, out] adjacentJunctionEIDs is a parameter of type adjacentJunctionsWeightValue [in, out] adjacentJunctionsWeightValue is a parameter of type

Product Availability

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

See Also

IForwardStarGEN Interface