Namespace: GameEngine.Layers.PointCloud
Class: GameEngine/Layers/PointCloud/ArcGISPointCloudColorClassBreak
Since: 2.4.0
Summary
Defines a color to apply to points with an attribute value within a specified range of values.
Constructors
ArcGISPointCloudColorClassBreak(ArcGISColor color, double minValue, double maxValue)
Creates a class break with the specified color, minimum, and maximum values.
Since 2.4.0
Arguments
| Name | Type | Summary |
|---|---|---|
color | ArcGISColor | The color to apply to points with a value inside the range defined by the class break. |
min | double | The minimum value for the class break. |
max | double | The maximum value for the class break. |
Properties
| Property | Type | Nullable | Readonly | Summary |
|---|---|---|---|---|
Color | ArcGISColor | No | No | The color to apply to points with a value inside the range defined by the class break. |
Description | string | No | No | The description of the class break. |
Label | string | No | No | A succinct label for the class break, perhaps for use in a legend. |
MaxValue | double | No | No | The maximum value for the class break. |
MinValue | double | No | No | The minimum value for the class break. |
Color
ArcGISColor Color
The color to apply to points with a value inside the range defined by the class break.