Provides access to members that create and maintain information about geometric networks.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Inherited Interfaces
Interfaces |
Description |
INetworkCollection |
Provides access to members that create and maintain information about geometric networks. |
CoClasses that implement INetworkCollection2
CoClasses and Classes |
Description |
FeatureDataset |
Esri Feature Dataset object. |
Remarks
INetworkCollection2 was added to provide a mechanism for allowing a configuration keyword to be provided for the CreateGeometricNetwork method and to designate the format for storing IDs in a geometric network. This configuration keyword will describe how the logical network tables and their indexes are stored in the database. The storage format can be specified as either narrow or wide. Networks with a narrow format can only contain feature classes with class IDs less than 10,000 while networks with a wide format have no limitation on the feature class ID value. It is recommended that the format be specified as wide unless you specifically require your network to be built in the narrow format.
See Also
INetwork Interface | IGeometricNetwork Interface | INetworkCollection Interface