Class PointCloudUniqueValueRenderer
A renderer for point clouds using unique values.
Namespace: Esri.ArcGISRuntime.Mapping.PointCloud
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class PointCloudUniqueValueRenderer : PointCloudRenderer
Remarks
This renderer colorizes points in a PointCloudLayer based on an attribute value. It assigns a corresponding color to all points with a specified attribute value.
Constructors
| Name | Description |
|---|---|
| PointCloudUniqueValueRenderer(string, IEnumerable<PointCloudColorUniqueValue>) | Initializes a new instance of the PointCloudUniqueValueRenderer class. |
Properties
| Name | Description |
|---|---|
| TransformType | Gets or sets a transform that is applied to the field value before evaluating the renderer. |
| UniqueValues | Gets the collection of unique values to render. |
Applies to
| Target | Versions |
|---|---|
| .NET | 300.1 |
| .NET Windows | 300.1 |
| .NET Android | 300.1 |
| .NET iOS | 300.1 |