ArcGIS Pro 2.9 API Reference Guide
ColorizerHillshadeType Enumeration

ArcGIS.Core.CIM Namespace : ColorizerHillshadeType Enumeration
A list of hillshade types for colorizer.
Syntax
public enum ColorizerHillshadeType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Public Enum ColorizerHillshadeType 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
Members
MemberDescription
Multidirectional Combines light from multiple sources to represent an enhanced visualization of the terrain.
Traditional Calculates hillshade from a single illumination direction. You can set the Azimuth and Altitude options to control the location of the light source.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ArcGIS.Core.CIM.ColorizerHillshadeType

Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

ArcGIS.Core.CIM Namespace