com.esri.arcgis.geodatabaseui
Interface esriExportTableOptions

All Superinterfaces:
java.io.Serializable

public interface esriExportTableOptions
extends java.io.Serializable

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

Description: 'Options available when exporting a table or feature class.' 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 esriExportAllRecords
          No selection call back will occur when users select rows.
static int esriExportFeaturesWithinExtent
          Selecting rows in the table grid, will select features.
static int esriExportSelectedRecords
          The current row will always be the only selection row.
 

Field Detail

esriExportAllRecords

static final int esriExportAllRecords
No selection call back will occur when users select rows.

See Also:
Constant Field Values

esriExportSelectedRecords

static final int esriExportSelectedRecords
The current row will always be the only selection row. (Selection transmitted via call back).

See Also:
Constant Field Values

esriExportFeaturesWithinExtent

static final int esriExportFeaturesWithinExtent
Selecting rows in the table grid, will select features. (Selection transmitted via call back).

See Also:
Constant Field Values