com.esri.arcgis.geodatabase
Interface IConfigurationParameter

All Superinterfaces:
Serializable
All Known Subinterfaces:
IConfigurationParameter2
All Known Implementing Classes:
ConfigurationParameter, IConfigurationParameter2Proxy, IConfigurationParameterProxy

public interface IConfigurationParameter
extends Serializable

Provides access to members to supply information about configuration paramters.

Superseded By

IConfigurationParameter2

Description

This interface is used to retrieve the properties of a configuration parameter.

Remarks

Configuration keywords in an ArcSDE or File geodatabase are used to specify storage parameters for feature classes, tables and geometric networks. These storage parameters can be accessed through this interface.

When To Use

Use IConfigurationParameters to access the database storage parameters referenced by a configuration keyword.

Product Availability

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


Method Summary
 String getConfigurationString()
          The configuration string defined by the parameter.
 String getName()
          The name of the parameter.
 

Method Detail

getName

String getName()
               throws IOException,
                      AutomationException
The name of the parameter.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Returns:
The name
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getConfigurationString

String getConfigurationString()
                              throws IOException,
                                     AutomationException
The configuration string defined by the parameter.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Returns:
The str
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.