Class PointCloudColorUniqueValue
Defines a color used to render points with a specific value.
Namespace: Esri.ArcGISRuntime.Mapping.PointCloud
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class PointCloudColorUniqueValue
Remarks
A unique value is paired with a specific color. Points with the specified value are assigned the corresponding color.
Constructors
| Name | Description |
|---|---|
| PointCloudColorUniqueValue(Color, IEnumerable<string>) | Initializes a new instance of the PointCloudColorUniqueValue class with the specified color and values. |
Properties
| Name | Description |
|---|---|
| Color | Gets or sets the color used to symbolize the unique value. |
| Description | Gets or sets the description for the unique value. |
| Label | Gets or sets the label for the unique value. |
| Values | Gets a collection of string values to display using the corresponding color. |
See Also
Applies to
| Target | Versions |
|---|---|
| .NET | 300.1 |
| .NET Windows | 300.1 |
| .NET Android | 300.1 |
| .NET iOS | 300.1 |