com.esri.arcgis.geodatabase
Interface esriConfigurationKeywordType

All Superinterfaces:
Serializable

public interface esriConfigurationKeywordType
extends Serializable

Configuration Keyword Types.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriConfigurationKeywordGeneral
          General configuration keywords for objectclasses, featureclasses, and indexes.
static int esriConfigurationKeywordNetwork
          Configuration keywords that can be used for creating networks.
static int esriConfigurationKeywordNetworkDataset
          Configuration keywords that can be used for creating network datasets.
static int esriConfigurationKeywordTerrain
          Configuration keywords that can be used for creating terrains.
static int esriConfigurationKeywordTopology
          Configuration keywords that can be used for creating topologies.
 

Field Detail

esriConfigurationKeywordGeneral

static final int esriConfigurationKeywordGeneral
General configuration keywords for objectclasses, featureclasses, and indexes.

See Also:
Constant Field Values

esriConfigurationKeywordNetwork

static final int esriConfigurationKeywordNetwork
Configuration keywords that can be used for creating networks.

See Also:
Constant Field Values

esriConfigurationKeywordTopology

static final int esriConfigurationKeywordTopology
Configuration keywords that can be used for creating topologies.

See Also:
Constant Field Values

esriConfigurationKeywordNetworkDataset

static final int esriConfigurationKeywordNetworkDataset
Configuration keywords that can be used for creating network datasets.

See Also:
Constant Field Values

esriConfigurationKeywordTerrain

static final int esriConfigurationKeywordTerrain
Configuration keywords that can be used for creating terrains.

See Also:
Constant Field Values