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


INetworkAnalysisExt.NetworkCount Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > IN > INetworkAnalysisExt Interface > INetworkAnalysisExt.NetworkCount Property
ArcGIS Developer Help

INetworkAnalysisExt.NetworkCount Property

Number of geometric networks currently loaded into the Network Analysis extension.

[Visual Basic .NET]
Public ReadOnly Property NetworkCount As Integer
[C#]
public int NetworkCount {get;}

Product Availability

Available with ArcGIS Desktop.

Remarks

NetworkCount returns the number of geometric networks currently loaded into the Network Analysis Extension.

See Also

INetworkAnalysisExt Interface