ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / ShadedReliefColorizerDefinition Class
Members

In This Topic
    ShadedReliefColorizerDefinition Class
    In This Topic
    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

    ArcGIS Pro version: 3 or higher.
    See Also