Namespace: GameEngine.Layers.PointCloud
Class: GameEngine/Layers/PointCloud/ArcGISPointCloudColorUniqueValue
Since: 2.4.0
Summary
Defines a color used to render points with a specific value.
Constructors
ArcGISPointCloudColorUniqueValue(ArcGISColor color, ArcGISCollection<string> valuesCollection)
Creates a ArcGISPointCloudColorUniqueValue with the specified color and values.
Since 2.4.0
Arguments
| Name | Type | Summary |
|---|---|---|
color | ArcGISColor | The color used to symbolize the unique value. |
values | ArcGISCollection<string> | A collection of string values to display using the corresponding color. |
Properties
| Property | Type | Nullable | Readonly | Summary |
|---|---|---|---|---|
Color | ArcGISColor | No | No | The color used to symbolize the unique value. |
Description | string | No | No | The description for the unique value. |
Label | string | No | No | The label for the unique value. |
ValuesCollection | ArcGISCollection<string> | No | No | A collection of string values to display using the corresponding color. |
ValuesCollection
ArcGISCollection<string> ValuesCollection
A collection of string values to display using the corresponding color.