ArcGIS Pro 2.6 API Reference Guide
Lighting3D Enumeration

ArcGIS.Core.CIM Namespace : Lighting3D Enumeration
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 10, Windows 8.1, Windows 7

See Also

Reference

ArcGIS.Core.CIM Namespace