ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / ColormapColorizerDefinition Class / Colors Property

In This Topic
    Colors Property (ColormapColorizerDefinition)
    In This Topic
    Gets and sets the list of ArcGIS.Core.CIM.CIMColors.
    Syntax
    Public Property Colors As List(Of CIMColor)
    public List<CIMColor> Colors {get; set;}
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also