This document is archived and information here might be outdated.  Recommended version.


INetworkWorkspace Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkWorkspace Interface
ArcGIS Developer Help

INetworkWorkspace Interface

Provides access to members that create and maintain information about logical networks. Note: the INetworkWorkspace interface has been superseded by INetworkWorkspace2. Please consider using the more recent version.

Product Availability

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

When To Use

Use the INetworkWorkspace interface to open and create a logical network that does not have an associated geometric network.

Members

Name Description
Method CreateNetwork Creates a logical network.
Method GetNetworkNames Returns an enumeration of the names of the logical networks within the current workspace.
Method OpenNetwork Opens a logical network.

Classes that implement INetworkWorkspace

Classes Description
NetworkWorkspace A container for creating and maintaining information about the logical networks in this workspace.
Sde4Workspace (esriDataSourcesGDB) Esri SDE (4.x) Feature Database.

Remarks

The INetworkWorkspace interface is used for creating and opening a logical network that does not have a corresponding geometric network.  This may be necessary to model relationships that do not have a spatial representation.  To create a geometric network from existing feature classes use the INetworkLoader interface on the NetworkLoader object.

See Also

INetworkUpdate Interface | IUtilityNetwork Interface | INetworkWorkspace Interface | INetwork Interface | IGraph.VertexBasedStretching Property | IForwardStar Interface | INetworkClass.GeometricNetwork Property | INetworkClass.NetworkAncillaryRole Property | INetworkClass.FieldToWeightMapping Property