|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Provides access to members to supply information about configuration paramters.
This interface is used for retrieving the properties of a configuration parameter. If the intention is to set the properties of a configuration parameter then IConfigurationParameter2 should be used.
Use IConfigurationParameters to access the database storage parameters referenced by a configuration keyword.
Configuration keywords in an ArcSDE of File geodatabase are used to specify storage parameters for feature classes, tables and geometric networks. These storage parameters can be accessed through this interface.
IConfigurationKeyword| Method Summary | |
java.lang.String |
getConfigurationString()
The configuration string defined by the parameter. |
java.lang.String |
getName()
The name of the parameter. |
| Method Detail |
public java.lang.String getName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.IConfigurationKeyword
public java.lang.String getConfigurationString()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.IConfigurationKeyword
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||