This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Publisher > ESRI.ArcGIS.Publisher > Constants > E > esriAPEVectorClipType Constants (ArcObjects .NET 10.5 SDK) |
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. |