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

In This Topic
    WkbExportFlags Enumeration
    In This Topic
    Specifies the flags that control the behavior of the GeometryEngine.ExportToWKB and GeometryEngine.ExportToWKB methods.
    Syntax
    Members
    MemberDescription
    WkbExportDefaults Exports the geometry as is based on its type. Attributes such as Z and M values are exported.
    WkbExportFailIfNotSimple Throws an exception if the geometry is not topologically simple. Applies only to Polygon and Polyline geometry types.
    WkbExportLineString Exports a MultiLineString with one LineString as a LineString.
    WkbExportMultiLineString Exports a LineString as a MultiLineString.
    WkbExportMultipoint Exports a Point as a Multipoint.
    WkbExportMultiPolygon Exports a Polygon as a MultiPolygon.
    WkbExportPoint Exports a Multipoint with one Point as a Point.
    WkbExportPolygon Exports a MultiPolygon with one Polygon as a Polygon.
    WkbExportStripMs Removes M values from the exported shape.
    WkbExportStripZs Removes Z values from the exported shape.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also