public enum WkbExportFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum WkbExportFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum WkbExportFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum WkbExportFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
| Member | Description |
|---|---|
| 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. |
System.Object
System.ValueType
System.Enum
ArcGIS.Core.Geometry.WkbExportFlags
Target Platforms: Windows 11, Windows 10