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.QueryAdjacentJunctions Method (ArcObjects .NET 10.5 SDK) |
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