public enum EsriShapeExportFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum EsriShapeExportFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum EsriShapeExportFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum EsriShapeExportFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
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. |
System.Object
System.ValueType
System.Enum
ArcGIS.Core.Geometry.EsriShapeExportFlags
Target Platforms: Windows 10, Windows 8.1