This document is archived and information here might be outdated. Recommended version. |
Provides access to members to supply information about configuration keywords. Note: the IConfigurationKeyword interface has been superseded by IConfigurationKeyword2. Please consider using the more recent version.
This interface is used for retrieving the properties of a configuration keyword.
Use the IConfigurationKeyword interface to get information about a configuration keyword. For example, through this interface, you can retrieve a name, description and the set of configuration parameters that this keyword represents.
Name | Description | |
---|---|---|
Comments | Any additional comments about the keyword. | |
ConfigurationParameters | Configuration parameters included in this keyword. | |
Description | The description of the keyword. | |
KeywordType | The type of the keyword. | |
Name | The name of the keyword. |
Classes | Description |
---|---|
ConfigurationKeyword | ConfigurationKeyword Object. |
Configuration keywords are used in an ArcSDE or File geodatabase to specify storage parameters for new tables, feature classes and other datasets such as geometric networks, topologies and terrains when they are created. Configuration keywords can be of several different types:
The following are examples of some of the methods that accept configuration keywords. These methods do not require an IConfigurationKeyword parameter, but can accept a configuration keyword as a string:
IFeatureWorkspace.CreateFeatureClass
IFeatureWorkspace.CreateTable
IFeatureDataset.CreateFeatureClass
IClassSchemaEdit.RergisterAsObjectClass
IFeatureDataConverter.ConvertFeatureClass