Constructor PointCloudUniqueValueRenderer
PointCloudUniqueValueRenderer(string, IEnumerable<PointCloudColorUniqueValue>)
Initializes a new instance of the PointCloudUniqueValueRenderer class.
Declaration
public PointCloudUniqueValueRenderer(string attributeName, IEnumerable<PointCloudColorUniqueValue> uniqueValues)
Parameters
| Type | Name | Description |
|---|---|---|
| string | attributeName | The name of the attribute for the renderer to use. |
| IEnumerable<PointCloudColorUniqueValue> | uniqueValues | A collection of unique values to render. |
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET | 300.1 |
| .NET Windows | 300.1 |
| .NET Android | 300.1 |
| .NET iOS | 300.1 |