Class: Esri/GameEngine/Attributes/ArcGISAttributeValueType
Since: 2.2.0
Specifies the type of an attribute value.
| Since | Value | Summary |
|---|---|---|
2.2.0 | Date | A date time value. |
2.2.0 | Float32 | A 32 bit float value. |
2.2.0 | Float64 | A 64 bit float value. |
2.2.0 | GUID | A GUID value. |
2.2.0 | Int16 | A 16-bit integer value. |
2.2.0 | Int32 | A 32-bit integer value. |
2.2.0 | Int64 | A 64-bit integer value. |
2.2.0 | String | A string value. |
2.2.0 | Uint16 | An unsigned 16-bit integer value. |
2.2.0 | Uint32 | An unsigned 32-bit integer value. |
2.2.0 | Uint64 | An unsigned 64-bit integer value. |