This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkCollection Interface (ArcObjects .NET 10.4 SDK) |
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.
The INetworkCollection interface provides access to the geometric networks in the feature dataset, and also lets you create them.
Description | ||
---|---|---|
CreateGeometricNetwork | Creates a new GeometricNetwork in this FeatureDataset. | |
GeometricNetwork | The GeometricNetwork associated with the specified index value. | |
GeometricNetworkByName | The GeometricNetwork with the specified Name. | |
GeometricNetworkCount | The number of GeometricNetworks in this FeatureDataset. |
CoClasses and Classes | Description |
---|---|
FeatureDataset | Esri Feature Dataset object. |
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.
INetwork Interface | IGeometricNetwork Interface | IFeatureDataset Interface