ArcGIS Pro 2.9 API Reference Guide
PointCloudRendererDefinition Class
Members 

ArcGIS.Desktop.Mapping Namespace : PointCloudRendererDefinition Class
A point cloud renderer definition for creating a ArcGIS.Core.CIM.CIMPointCloudRenderer
Syntax
public class PointCloudRendererDefinition : RendererDefinition 
Public Class PointCloudRendererDefinition 
   Inherits RendererDefinition
Remarks
Convert a point cloud renderer definition to a CIMPointCloudRenderer using the PointCloudSceneLayer.CreateRenderer method.
Use PointCloudSceneLayer.QueryAvailablePointCloudRendererFields to check whether or not a point cloud layer contains (one of) the necessary field(s) to support the given renderer. There are up to five fields that could be available for rendering depending on the given layer:
1. ELEVATION: can be used with Stretch and ClassBreaks
2. CLASS_CODE: LAS classification codes, can be used with Unique Value
3. RETURNS: Lidar pulse return number, can be used with Unique Value
4. RGB: can be used with RGB
5. INTENSITY: can be used with Stretch and ClassBreaks

Inheritance Hierarchy

System.Object
   ArcGIS.Desktop.Mapping.LayerDrawingDefinition
      ArcGIS.Desktop.Mapping.RendererDefinition
         ArcGIS.Desktop.Mapping.PointCloudRendererDefinition

Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

PointCloudRendererDefinition Members
ArcGIS.Desktop.Mapping Namespace