ArcGIS Pro 2.6 API Reference Guide
GetApplicableColorizers Method

ArcGIS.Desktop.Mapping Namespace > BasicRasterLayer Class : GetApplicableColorizers Method
Gets a list of the RasterColorizerTypes that can be applied to this BasicRasterLayer. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public IEnumerable<RasterColorizerType> GetApplicableColorizers()
Public Function GetApplicableColorizers() As IEnumerable(Of RasterColorizerType)

Return Value

A collection of RasterColorizerTypes that can be applied to this BasicRasterLayer.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

BasicRasterLayer Class
BasicRasterLayer Members