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

In This Topic
    WkbImportFlags Enumeration
    In This Topic
    Specifies the flags that control the behavior of the GeometryEngine.ImportFromWKB method.
    Syntax
    Members
    MemberDescription
    WkbImportDefaults Assumes the geometry comes from a trusted source and is topologically simple.
    WkbImportNonTrusted Does not assume that the input shapefile buffer represents a topologically simple geometry.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also