com.esri.arcgis.arcmapui
Interface esriDCType

All Superinterfaces:
java.io.Serializable

public interface esriDCType
extends java.io.Serializable

Constants from esriDCType' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriArcMapUI.olb'

Description: 'The type of data we are getting or putting from the DataConnection property page.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


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