ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / BasicRasterLayer Class / CanCreateColorizer Method
A raster colorizer object.

In This Topic
    CanCreateColorizer Method
    In This Topic
    Determines whether a colorizer can be created and is valid for the raster layer using the specified RasterColorizerDefinition.
    Syntax
    public bool CanCreateColorizer( 
       RasterColorizerDefinition colorizerDefinition
    )
    Public Function CanCreateColorizer( _
       ByVal colorizerDefinition As RasterColorizerDefinition _
    ) As Boolean

    Parameters

    colorizerDefinition
    A raster colorizer object.

    Return Value

    A boolean indicates that a colorizer can be created for the layer.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 8.1

    See Also