Enum AttributeDataType

AttributeDataType enumeration

The data type of a feature attribute.

public enum AttributeDataType

Values

NameValueDescription
Integer032-bit integer.
Long164-bit integer.
Guid2A globally unique identifier (GUID).
Boolean3Boolean (true/false) value.
Double4Double-precision real number.
Date5Date value.
Time6Time value.
DateTime7Date and time value.
String8String value.

See Also