ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / MapView Class / SetCameraEffect Method

In This Topic
    SetCameraEffect Method
    In This Topic
    Sets the Camera Effect for the active 3D View. Only works on 3D Views.
    Syntax
    public void SetCameraEffect( 
       CIMCameraEffect cameraEffect
    )
    Public Sub SetCameraEffect( _
       ByVal cameraEffect As CIMCameraEffect _
    ) 

    Parameters

    cameraEffect
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also