ArcObjects Library Reference (GeoDatabase)  

INetworkCollection.GeometricNetworkCount Property

The number of GeometricNetworks in this FeatureDataset.

[Visual Basic .NET]
Public ReadOnly Property GeometricNetworkCount As Integer
[C#]
public int GeometricNetworkCount {get;}
[C++]
HRESULT get_GeometricNetworkCount(
  Long* numNetworks
);
[C++]

Parameters

numNetworks [out, retval]   numNetworks is a parameter of type Long

Product Availability

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

See Also

INetworkCollection Interface