com.esri.arcgis.geodatabase
Interface IWorkspaceConfiguration

All Superinterfaces:
Serializable
All Known Implementing Classes:
IWorkspaceConfigurationProxy, Sde4Workspace, VersionedWorkspace, Workspace

public interface IWorkspaceConfiguration
extends Serializable

Provides access to configuration keywords.

Remarks

IWorkspaceConfiguration is an optional interface that allows you to get an enumeration of the configuration keywords for an ArcSDE or File geodatabase workspace. You can determine if the workspace supports the reporting of configuration keywords by using the IWorkspaceProperties interface. Configuration keywords are used in an ArcSDE or File geodatabase to specify storage parameters during the creation of new datasets, such as tables, feature classes and geometric networks.

When To Use

The IWorkspaceConfiguration interface provides access to members that allow you to get a list of configuration keywords from an ArcSDE workspace.

Product Availability

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


Method Summary
 IEnumConfigurationKeyword getConfigurationKeywords()
          The available configuration keywords.
 

Method Detail

getConfigurationKeywords

IEnumConfigurationKeyword getConfigurationKeywords()
                                                   throws IOException,
                                                          AutomationException
The available configuration keywords.

Remarks

Returns an enumeration of all the of the configuration keywords for an ArcSDE or File geodatabase workspace.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Returns:
A reference to a com.esri.arcgis.geodatabase.IEnumConfigurationKeyword
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.