ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / IColorFactory Interface / GetColorRampNames Method / GetColorRampNames(String) Method
The color ramp category. Use null if you want to obtain all the color ramp names.

In This Topic
    GetColorRampNames(String) Method
    In This Topic
    Gets the list of color ramp names for a specific category. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    Overloads Function GetColorRampNames( _
       ByVal category As String _
    ) As IReadOnlyList(Of String)
    IReadOnlyList<string> GetColorRampNames( 
       string category
    )

    Parameters

    category
    The color ramp category. Use null if you want to obtain all the color ramp names.

    Return Value

    Exceptions
    ExceptionDescription
    This method or property must be called within the lambda passed to QueuedTask.Run.
    Requirements

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

    ArcGIS Pro version: 3.4 or higher.
    See Also