ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / ColorizerHillshadeType Enumeration

In This Topic
    ColorizerHillshadeType Enumeration
    In This Topic
    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

    ArcGIS Pro version: 3 or higher.
    See Also