ArcObjects Library Reference (GeoDatabase)  

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(
  long* 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