This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IC > IConfigurationParameter Interface (ArcObjects .NET 10.5 SDK) |
Provides access to members to supply information about configuration paramters. Note: the IConfigurationParameter interface has been superseded byIConfigurationParameter2. Please consider using the more recent version.
This interface is used to retrieve the properties of a configuration parameter.
Use IConfigurationParameters to access the database storage parameters referenced by a configuration keyword.
Description | ||
---|---|---|
ConfigurationString | The configuration string defined by the parameter. | |
Name | The name of the parameter. |
CoClasses and Classes | Description |
---|---|
ConfigurationParameter | ConfigurationParameter Object. |
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.
IConfigurationKeyword Interface