ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMBAGraduatedColorsRendererProperties Class / ClassificationField Property

In This Topic
    ClassificationField Property (CIMBAGraduatedColorsRendererProperties)
    In This Topic
    Gets or sets the classification field name in the levels of detail feature classes. Each level of detail may contain several fields for classification, depending on the variable flavors (i.e. "base", "percent", "average", "index", etc). ClassificationField is used to switch between the flavours to quickly update the classification renderer.
    Syntax
    public string ClassificationField {get; set;}
    Public Property ClassificationField As String
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.3 or higher.
    See Also