ArcGIS Pro 2.9 API Reference Guide
ShadedReliefColorizerDefinition Class
Members 

ArcGIS.Desktop.Mapping Namespace : ShadedReliefColorizerDefinition Class
Represents a colorizer definition for a ShadedRelief colorizer that enables you to display your dataset with a color 3D representation created by merging the images from the elevation-coded and hillshade methods. It uses the altitude and azimuth properties to specify the sun's position.
Object Model
ShadedReliefColorizerDefinition ClassCIMColorRamp Class
Syntax
public class ShadedReliefColorizerDefinition : RasterColorizerDefinition 
Public Class ShadedReliefColorizerDefinition 
   Inherits RasterColorizerDefinition
Remarks
ShadedReliefColorizerDefinition class allows you to define a simplified list of parameters to create a ShadedRelief colorizer. Once you define a ShadedRelief colorizer definition, you can call the BasicRasterLayer.CreateColorizer and BasicRasterLayer.SetColorizer methods to create and assign a ShadedRelief colorizer to a BasicRasterLayer.
Inheritance Hierarchy

System.Object
   ArcGIS.Desktop.Mapping.LayerDrawingDefinition
      ArcGIS.Desktop.Mapping.RasterColorizerDefinition
         ArcGIS.Desktop.Mapping.ShadedReliefColorizerDefinition

Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

ShadedReliefColorizerDefinition Members
ArcGIS.Desktop.Mapping Namespace