com.esri.arcgis.geodatabase
Interface IConfigurationParameter2

All Superinterfaces:
IConfigurationParameter, Serializable
All Known Implementing Classes:
IConfigurationParameter2Proxy

public interface IConfigurationParameter2
extends IConfigurationParameter, Serializable

Provides access to members to supply information about configuration paramters.

Product Availability

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


Method Summary
 void setConfigurationString(String rhs1)
          The configuration string defined by the parameter.
 void setName(String rhs1)
          The name of the parameter.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IConfigurationParameter
getConfigurationString, getName
 

Method Detail

setName

void setName(String rhs1)
             throws IOException,
                    AutomationException
The name of the parameter.

Product Availability

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

Parameters:
rhs1 - The rhs1 (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setConfigurationString

void setConfigurationString(String rhs1)
                            throws IOException,
                                   AutomationException
The configuration string defined by the parameter.

Product Availability

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

Parameters:
rhs1 - The rhs1 (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.