Constructor PointCloudClassBreaksRenderer
PointCloudClassBreaksRenderer(string, IEnumerable<PointCloudColorClassBreak>)
Initializes a new instance of the PointCloudClassBreaksRenderer class.
Declaration
public PointCloudClassBreaksRenderer(string attributeName, IEnumerable<PointCloudColorClassBreak> classBreaks)
Parameters
| Type | Name | Description |
|---|---|---|
| string | attributeName | The name of the attribute to use for the renderer. |
| IEnumerable<PointCloudColorClassBreak> | classBreaks | A collection of class breaks that define a color to apply to each range of values. |
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET | 300.1 |
| .NET Windows | 300.1 |
| .NET Android | 300.1 |
| .NET iOS | 300.1 |