This document is archived and information here might be outdated. Recommended version. |
The vector clipping to use when creating the data package.
Constant | Value | Description |
---|---|---|
esriAPEVectorClipTypeIncludeFeatures | 0 | Include the entire feature if it intersects with the data frame. |
esriAPEVectorClipTypeClipFeatures | 1 | Clip features to data frame extents. |
esriAPEVectorClipTypeExtractAllFeatures | 2 | Export all features in a dataset. |
esriAPEVectorClipTypeCopyDataset | 3 | Copy dataset keeping orignial format. |