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