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

In This Topic
    Lighting3D Enumeration
    In This Topic
    The types of lighting.
    Syntax
    Members
    MemberDescription
    OneSideDataNormal Lights one side of each face using the original data normals.
    OneSideResetNormal Lights one side of each face using recalculated normals.
    TwoSideDataNormal Lights both sides of each face using original data normals.
    TwoSideDataNormalFromWindingOrder Lights both sides of each face using original data normals, and the winding order for the "out" direction.
    TwoSideResetNormal Lights both sides of each face using recalculated normals.
    TwoSideResetNormalFromWindingOrder Lights both sides of each face using recalculated normal, and the winding order for the "out" direction.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also