ArcObjects Library Reference (GeoDatabase)  

IConfigurationKeyword Interface

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

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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
Read-only property Comments Any additional comments about the keyword.
Read-only property ConfigurationParameters Configuration parameters included in this keyword.
Read-only property Description The description of the keyword.
Read-only property KeywordType The type of the keyword.
Read-only property 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:

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

.NET Related Topics

Querying workspace properties