public enum EsriShapeImportFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum EsriShapeImportFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum EsriShapeImportFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum EsriShapeImportFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
EsriShapeImportDefaults | Assumes the geometry comes from a trusted source and is topologically simple. Performs byte swapping if the current platform is big-endian. |
EsriShapeImportNoSwap | Assumes shapefile standard byte ordering, regardless of current platform architecture. The default is to perform byte swapping if the current platform architecture is big-endian. |
EsriShapeNonTrusted | Does not assume that the input shapefile buffer represents a topologically correct geometry. |
System.Object
System.ValueType
System.Enum
ArcGIS.Core.Geometry.EsriShapeImportFlags
Target Platforms: Windows 11, Windows 10