com.esri.arcgis.arcmapui
Interface esriDCType

All Superinterfaces:
Serializable

public interface esriDCType
extends Serializable

The type of data we are getting or putting from the DataConnection property page.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows


Field Summary
static int esriDCDataFile
          Feature Class or Table.
static int esriDCFeatureClass
          Feature Class.
static int esriDCRasterCatalog
          Raster Catalog.
static int esriDCTable
          Table.
 

Field Detail

esriDCFeatureClass

static final int esriDCFeatureClass
Feature Class.

See Also:
Constant Field Values

esriDCTable

static final int esriDCTable
Table.

See Also:
Constant Field Values

esriDCDataFile

static final int esriDCDataFile
Feature Class or Table.

See Also:
Constant Field Values

esriDCRasterCatalog

static final int esriDCRasterCatalog
Raster Catalog.

See Also:
Constant Field Values