ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / MapView Class / SetFieldOfView Method
Scene's field-of-view in degrees (value must be between 1 and 170)

In This Topic
    SetFieldOfView Method
    In This Topic
    Sets the field of view angle of the scene view.
    Syntax
    public void SetFieldOfView( 
       double fieldOfView
    )
    Public Sub SetFieldOfView( _
       ByVal fieldOfView As Double _
    ) 

    Parameters

    fieldOfView
    Scene's field-of-view in degrees (value must be between 1 and 170)
    Exceptions
    ExceptionDescription
    Field of View value must be between 1 and 170.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also