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 | ||
---|---|---|
CreateNetwork | Creates a logical network. | |
CreateNetworkEx | Creates a logical network based on the specified configuration keyword. | |
FormatNumber | The specified format number. | |
FormatNumberCount | The count of valid format numbers. | |
GetMaxStorableClassID | Returns the maximum storable feature class ID for the given format number. | |
GetNetworkNames | Returns an enumeration of the names of the logical networks within the current workspace. | |
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. |