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 10, Windows 8.1