Constructor PointCloudColorUniqueValue
PointCloudColorUniqueValue(Color, IEnumerable<string>)
Initializes a new instance of the PointCloudColorUniqueValue class with the specified color and values.
Declaration
public PointCloudColorUniqueValue(Color color, IEnumerable<string> values)
Parameters
| Type | Name | Description |
|---|---|---|
| Color | color | The color used to symbolize the unique value. |
| IEnumerable<string> | values | A collection of string values to display using the corresponding color. |
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET | 300.1 |
| .NET Windows | 300.1 |
| .NET Android | 300.1 |
| .NET iOS | 300.1 |