ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / PointCloudRendererDefinition Class / Field Property

In This Topic
    Field Property (PointCloudRendererDefinition)
    In This Topic
    Gets or sets the field whose values will be used by the renderer.
    Syntax
    public string Field {get; set;}
    Public Property Field As String
    Remarks
    The specified field must:
    o Match the provided renderer type
    o Be present on the point cloud scene layer
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 8.1

    See Also