ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / CIM3DLayerProperties Class / IsLayerLit Property

In This Topic
    IsLayerLit Property
    In This Topic
    Gets or sets a value indicating whether this layer is lit.
    Syntax
    public bool IsLayerLit {get; set;}
    Public Property IsLayerLit As Boolean
    Remarks
    This property determines whether an object in 3D is shaded based on the angle of its normal compared to the lighting properties of the scene (where the "sun" is) or is lit uniformly as if by only ambient light (light with no distinct directionality).
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also