ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / EsriShapeImportFlags Enumeration

In This Topic
    EsriShapeImportFlags Enumeration
    In This Topic
    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 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also