This document is archived and information here might be outdated.  Recommended version.


IConfigurationKeyword Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IC > IConfigurationKeyword Interface
ArcGIS Developer Help

IConfigurationKeyword Interface

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.

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

Name 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.

Classes that implement IConfigurationKeyword

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