This document is archived and information here might be outdated. Recommended version. |
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)*