This document is archived and information here might be outdated. Recommended version. |
Options available when exporting a table or feature class.
Constant | Value | Description |
---|---|---|
esriExportAllRecords | 0 | No selection call back will occur when users select rows. |
esriExportSelectedRecords | 1 | The current row will always be the only selection row. (Selection transmitted via call back). |
esriExportFeaturesWithinExtent | 2 | Selecting rows in the table grid, will select features. (Selection transmitted via call back). |