ArcGISAttributeType
Class: 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 | A unsigned 8-bit integer value. |
1.0.0 | Int16 | A signed 16-bit integer value. |
1.0.0 | Uint16 | A unsigned 16-bit integer value. |
1.0.0 | Int32 | A signed 32-bit integer value. |
1.0.0 | Uint32 | A unsigned 32-bit integer value. |
1.0.0 | Float32 | A float value. |
1.0.0 | Float64 | A double value. |
1.0.0 | OID32 | An unsigned 32-bit integer Object ID (OID) |