ArcGIS Pro 2.8 API Reference Guide
WKBExportFlags Enumeration

ArcGIS.Core.Geometry Namespace : WKBExportFlags Enumeration
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 10, Windows 8.1

See Also

Reference

ArcGIS.Core.Geometry Namespace