Enum PointCloudAttributeTransformType
An enumeration of the various attribute transforms for point cloud rendering.
Namespace: Esri.ArcGISRuntime.Mapping.PointCloud
Assembly: Esri.ArcGISRuntime.dll
Syntax
public enum PointCloudAttributeTransformType
Fields
| Name | Description |
|---|---|
| AbsoluteValue | Use the absolute value of the attribute. |
| HighFourBit | Use the high four bits of the attribute value. |
| LowFourBit | Use the low four bits of the attribute value. |
| ModuloTen | Use the attribute value modulo ten. |
| None | No attribute transform. |
Applies to
| Target | Versions |
|---|---|
| .NET | 300.1 |
| .NET Windows | 300.1 |
| .NET Android | 300.1 |
| .NET iOS | 300.1 |