ArcGIS Pro 2.6 API Reference Guide
EsriShapeImportFlags Enumeration

ArcGIS.Core.Geometry Namespace : EsriShapeImportFlags Enumeration
Specifies the flags that control the behavior of the GeometryEngine.ImportFromEsriShape method.
Syntax
Members
MemberDescription
esriShapeImportDefaults Assumes the geometry comes from a trusted source and is topologically simple. Performs byte swapping if the current platform is big-endian.
esriShapeImportNoSwap Assumes shapefile standard byte ordering, regardless of current platform architecture. The default is to perform byte swapping if the current platform architecture is big-endian.
esriShapeNonTrusted Does not assume that the input shapefile buffer represents a topologically correct geometry.
Inheritance Hierarchy

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

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

ArcGIS.Core.Geometry Namespace