ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / ColormapColorizerDefinition Class / ColormapColorizerDefinition Constructor / ColormapColorizerDefinition Constructor(String)
A string indicating the Colormap file path.

In This Topic
    ColormapColorizerDefinition Constructor(String)
    In This Topic
    Creates a Colormap colorizer definition with the Colormap file path.
    Syntax
    public ColormapColorizerDefinition( 
       string colormapFilePath
    )
    Public Function New( _
       ByVal colormapFilePath As String _
    )

    Parameters

    colormapFilePath
    A string indicating the Colormap file path.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also