ArcObjects Library Reference (GeoDatabase)  

INetworkCollection Interface

Provides access to members that create and maintain information about geometric networks. Note: the INetworkCollection interface has been superseded byINetworkCollection2. Please consider using the more recent version.

Product Availability

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

Description

The INetworkCollection interface provides access to the geometric networks in the feature dataset, and also lets you create them.

Members

Description
Method CreateGeometricNetwork Creates a new GeometricNetwork in this FeatureDataset.
Read-only property GeometricNetwork The GeometricNetwork associated with the specified index value.
Read-only property GeometricNetworkByName The GeometricNetwork with the specified Name.
Read-only property GeometricNetworkCount The number of GeometricNetworks in this FeatureDataset.

CoClasses that implement INetworkCollection

CoClasses and Classes Description
FeatureDataset Esri Feature Dataset object.

Remarks

Note that if your intention is only to browse for the set of networks in a feature dataset then it is not necessary to open the feature dataset and invoke methods on INetworkCollection. The GeometricNetworkNames method on a FeatureDatasetName object can be used to efficiently obtain this information.

See Also

INetwork Interface | IGeometricNetwork Interface | IFeatureDataset Interface