Show / Hide Table of Contents

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

TargetVersions
.NET300.1
.NET Windows300.1
.NET Android300.1
.NET iOS300.1
In this article
Provide feedback
Back to top Copyright © 2025 Esri.