Constructor PointCloudColorClassBreak
PointCloudColorClassBreak(Color, double, double)
Initializes a new instance of the PointCloudColorClassBreak class with the specified color, minimum, and maximum values.
Declaration
public PointCloudColorClassBreak(Color color, double minValue, double maxValue)
Parameters
| Type | Name | Description |
|---|---|---|
| Color | color | The color to apply to points with a value inside the range defined by the class break. |
| double | minValue | The minimum value for the class break. |
| double | maxValue | The maximum value for the class break. |
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET | 300.1 |
| .NET Windows | 300.1 |
| .NET Android | 300.1 |
| .NET iOS | 300.1 |