ArcGIS Pro 3.7 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 Function New( _
       ByVal colormapFilePath As String _
    )
    public ColormapColorizerDefinition( 
       string colormapFilePath
    )

    Parameters

    colormapFilePath
    A string indicating the Colormap file path.
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also