AttributeDataType Enumeration

The data type of a feature attribute.

Namespace:  Aspose.Gis
Assembly:  Aspose.GIS (in Aspose.GIS.dll) Version: 20.3.0.0 (20.03)
Syntax
public enum AttributeDataType
Members
  Member nameValueDescription
Integer0 32-bit integer.
Long1 64-bit integer.
Guid2 A globally unique identifier (GUID).
Boolean3 Boolean (true/false) value.
Double4 Double-precision real number.
Date5 Date value.
Time6 Time value.
DateTime7 Date and time value.
String8 String value.
See Also