ArcObjects Library Reference (GeoDatabase)  

IForwardStarGEN.FindAdjacent Method

Finds the edge elements that are adjacent to the given junction element and returns the count.

[Visual Basic .NET]
Public Sub FindAdjacent ( _
    ByVal fromEdgeEID As Integer, _
    ByVal AtJunctionEID As Integer, _
    ByRef adjacentEdgesCount As Integer _
)
[C#]
public void FindAdjacent (
    int fromEdgeEID,
    int AtJunctionEID,
    ref int adjacentEdgesCount
);
[C++]
HRESULT FindAdjacent(
  long fromEdgeEID,
  long AtJunctionEID,
  long* adjacentEdgesCount
);
[C++]

Parameters

fromEdgeEID [in]   fromEdgeEID is a parameter of type long AtJunctionEID [in]   AtJunctionEID is a parameter of type long adjacentEdgesCount [out]   adjacentEdgesCount is a parameter of type long

Product Availability

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

See Also

IForwardStarGEN Interface