ArcGIS Pro 2.6 API Reference Guide
EsriShapeExportFlags Enumeration

ArcGIS.Core.Geometry Namespace : EsriShapeExportFlags Enumeration
Specifies the flags that control the behavior of the GeometryEngine.ExportToEsriShape and GeometryEngine.ExportToEsriShape methods.
Syntax
Members
MemberDescription
esriShapeExportAngularDensify Exports densified versions of non-linear segments. Generates new vertices at constant angles along those segments.
esriShapeExportDefaults Exports curves, z-values, and m-values. Performs byte swapping if the current platform architecture is big-endian.
esriShapeExportDistanceDensify Exports densified versions of non-linear segments. Generates new vertices using a Douglas-Peucker style algorithm.
esriShapeExportNoCompress Does not compress the output shapefile buffer.
esriShapeExportNoSwap Does not perform byte swapping on the output shapefile buffer.
esriShapeExportStripMaterials Removes materials attributes from exported multipatch.
esriShapeExportStripMs Removes M values from exported shape.
esriShapeExportStripNormals Removes normals from exported multipatch.
esriShapeExportStripTextures Removes textures from exported multipatch.
esriShapeExportStripZs Removes Z values from exported shape.
esriShapeExportTrueNaNs Exports undefined double precision values as true NaNs (IEEE Non-A-Number). The default is to use large, negative values.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ArcGIS.Core.Geometry.EsriShapeExportFlags

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

ArcGIS.Core.Geometry Namespace