ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / PointCloudSceneLayer Class / EyeDomeLightingRadius Property

In This Topic
    EyeDomeLightingRadius Property (PointCloudSceneLayer)
    In This Topic
    Gets the Eye Dome Lighting (EDL) radius value. The EDL radius controls the width of effects.
    Syntax
    public double EyeDomeLightingRadius {get;}
    Public ReadOnly Property EyeDomeLightingRadius As Double
    Remarks
    The eye dome lighting radius is a value between 1 and 5 inclusive. Ensure that IsEyeDomeLightingEnabled is true for this value to have effect. The default value is 2 pixels wide. Note, that a larger radius will slow down performance.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also