Property Renderer
Renderer
Gets or sets the renderer applied to the point cloud layer.
Declaration
public PointCloudRenderer? Renderer { get; set; }
Property Value
| Type | Description |
|---|---|
| PointCloudRenderer | The renderer applied to the point cloud layer. |
Remarks
When set to null, a default renderer is used. If a color attribute is available, the default renderer is
PointCloudRGBRenderer; otherwise, the default is PointCloudStretchRenderer using the elevation attribute.
If AttributeName does not match one of the attributes available in Attributes,
a LayerViewState that contains an appropriate error is raised.
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET | 300.1 |
| .NET Windows | 300.1 |
| .NET Android | 300.1 |
| .NET iOS | 300.1 |