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 | ||
---|---|---|
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 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