|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IConfigurationParameter
Provides access to members to supply information about configuration paramters.
This interface is used to retrieve the properties of a configuration parameter.
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.
Use IConfigurationParameters to access the database storage parameters referenced by a configuration keyword.
Method Summary | |
---|---|
String |
getConfigurationString()
The configuration string defined by the parameter. |
String |
getName()
The name of the parameter. |
Method Detail |
---|
String getName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getConfigurationString() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |