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


INetwork.EdgeCount Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetwork Interface > INetwork.EdgeCount Property
ArcGIS Developer Help

INetwork.EdgeCount Property

Number of edges in the network.

[Visual Basic .NET]
Public ReadOnly Property EdgeCount As Integer
[C#]
public int EdgeCount {get;}
[C++]
HRESULT get_EdgeCount(
  System.Int32* EdgeCount
);
[C++]
Parameters
EdgeCount [out, retval]

EdgeCount is a parameter of type long*

Product Availability

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

Remarks

EdgeCount returns a count of all the edges within the network.

 

See Also

INetwork Interface