Enum PointCloudAttributeValueType
An enumeration of the various data types supported for point value attributes.
Namespace: Esri.ArcGISRuntime.Mapping.PointCloud
Assembly: Esri.ArcGISRuntime.dll
Syntax
public enum PointCloudAttributeValueType
Remarks
See the i3s-spec for more information on supported value types.
Fields
| Name | Description |
|---|---|
| Float32 | 32-bit floating point value. |
| Float64 | 64-bit floating point value. |
| Int16 | Signed 16-bit integer value. |
| Int32 | Signed 32-bit integer value. |
| Int8 | Signed 8-bit integer value. |
| Uint16 | Unsigned 16-bit integer value. |
| Uint32 | Unsigned 32-bit integer value. |
| Uint8 | Unsigned 8-bit integer value. |
Applies to
| Target | Versions |
|---|---|
| .NET | 300.1 |
| .NET Windows | 300.1 |
| .NET Android | 300.1 |
| .NET iOS | 300.1 |