renderer property

PointCloudRenderer? get renderer

The renderer applied to the point cloud layer.

When this property is null, a default renderer is used internally. If a color attribute is available, the default renderer is PointCloudRgbRenderer; otherwise, the default is PointCloudStretchRenderer using the elevation attribute.

If PointCloudRenderer.attributeName does not match one of the attributes available in PointCloudLayer.attributes, a LayerViewState that contains an appropriate error is raised.

set renderer (PointCloudRenderer? value)