This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkWorkspace2 Interface (ArcObjects .NET 10.4 SDK) |
Provides access to members that create and maintain information about logical networks.
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.
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. |
Interfaces | Description |
---|---|
INetworkWorkspace | Provides access to members that create and maintain information about logical networks. |
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. |