ArcGIS Pro 2.6 API Reference Guide
SetFieldOfView Method

ArcGIS.Desktop.Mapping Namespace > MapView Class : SetFieldOfView Method
Scene's field-of-view in degrees (value must be between 1 and 170)
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 10, Windows 8.1, Windows 7

See Also

Reference

MapView Class
MapView Members