ArcObjects Library Reference (GeoDatabase)  

INetworkWorkspace2 Interface

Provides access to members that create and maintain information about logical networks.

Product Availability

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

When To Use

Use the INetworkWorkspace2 interface when you want to create a logical network that is not associated with a geometric network.  This interface differs from INetworkWorkspace in that the CreateNetwork method allows for the entry of a configuration keyword.  The keyword is used by ArcSDE to determine what set of parameters from the dbtune file to employ.

Members

Description
Method CreateNetwork Creates a logical network.
Method CreateNetworkEx Creates a logical network based on the specified configuration keyword.
Read-only property FormatNumber The specified format number.
Read-only property FormatNumberCount The count of valid format numbers.
Method GetMaxStorableClassID Returns the maximum storable feature class ID for the given format number.
Method GetNetworkNames Returns an enumeration of the names of the logical networks within the current workspace.
Method OpenNetwork Opens a logical network.

Inherited Interfaces

Interfaces Description
INetworkWorkspace Provides access to members that create and maintain information about logical networks.

CoClasses that implement INetworkWorkspace2

CoClasses and 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.