Provides access to members to supply information about configuration keywords. Note: the IConfigurationKeyword interface has been superseded byIConfigurationKeyword2. Please consider using the more recent version.
Product Availability
Description
This interface is used for retrieving the properties of a configuration keyword.
When To Use
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.
Members
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. |
CoClasses that implement IConfigurationKeyword
CoClasses and Classes | Description |
---|---|
ConfigurationKeyword | ConfigurationKeyword Object. |
Remarks
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:
- esriConfigurationKeywordGeneral which references storage parameters for creating feature classes and tables
- esriConfigurationKeywordNetwork which reference storage parameters for creating geometric networks
- esriConfigurationKeywordTopology which reference storage parameters for creating topologies
- esriConfigurationKeywordTerrain which reference storage parameters for creating terrain datasets
- esriConfigurationKeywordNetworkDatasets which reference storage parameters for creating network datasets
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