ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / PointCloudRendererDefinition Class / PointCloudRendererDefinition Constructor
The type of renderer
Field name containing the renderer value(s) (optional)

In This Topic
    PointCloudRendererDefinition Constructor
    In This Topic
    Creates a PointCloudRendererDefinition.
    Syntax
    public PointCloudRendererDefinition( 
       PointCloudRendererType rendererType,
       string field
    )
    Public Function New( _
       ByVal rendererType As PointCloudRendererType, _
       Optional ByVal field As String _
    )

    Parameters

    rendererType
    The type of renderer
    field
    Field name containing the renderer value(s) (optional)
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also