com.esri.arcgis.geodatabaseui
Interface esriExportTableOptions

All Superinterfaces:
Serializable

public interface esriExportTableOptions
extends Serializable

Options available when exporting a table or feature class.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows


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