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


INetTopologyEditGEN.GetAdjacentEdgeCount Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

INetTopologyEditGEN.GetAdjacentEdgeCount Method

Returns the number of edges adjacent to the specified junction.

[Visual Basic .NET]
Public Function GetAdjacentEdgeCount ( _
    ByVal AtJunctionEID As Integer _
) As Integer
[C#]
public int GetAdjacentEdgeCount (
    int AtJunctionEID
);
[C++]
HRESULT GetAdjacentEdgeCount(
  long AtJunctionEID,
  long* adjacentEdgesCount
);
[C++]

Parameters AtJunctionEID [in] AtJunctionEID is a parameter of type long adjacentEdgesCount [out, retval] adjacentEdgesCount is a parameter of type long

Product Availability

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

See Also

INetTopologyEditGEN Interface