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

In This Topic
    Values Property (ColormapColorizerDefinition)
    In This Topic
    Gets and sets the list of pixel values.
    Syntax
    Public Property Values As List(Of Integer)
    public List<int> Values {get; set;}
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also