Class: Esri/GameEngine/Attributes/ArcGISAttributeType
Since: 1.0.0
Specifies the type of an attribute.
Since | Value | Summary |
---|---|---|
1.0.0 | String | A string. |
1.0.0 | Int8 | A signed 8-bit integer value. |
1.0.0 | Uint8 | An unsigned 8-bit integer value. |
1.0.0 | Int16 | A signed 16-bit integer value. |
1.0.0 | Uint16 | An unsigned 16-bit integer value. |
1.0.0 | Int32 | A signed 32-bit integer value. |
1.0.0 | Uint32 | An unsigned 32-bit integer value. |
1.0.0 | Float32 | A float value. |
1.0.0 | Float64 | A double value. |
1.0.0 | OI | An unsigned 32-bit integer Object ID (OID). |