ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / PointCloudSceneLayer Class / SetEyeDomeLightingEnabled Method
The eye dome lighting enabled state.

In This Topic
    SetEyeDomeLightingEnabled Method (PointCloudSceneLayer)
    In This Topic
    Enables/disables eye dome lighting. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public void SetEyeDomeLightingEnabled( 
       bool enabled
    )
    Public Sub SetEyeDomeLightingEnabled( _
       ByVal enabled As Boolean _
    ) 

    Parameters

    enabled
    The eye dome lighting enabled state.
    Exceptions
    ExceptionDescription
    This method or property must be called within the lambda passed to QueuedTask.Run
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also