Vertical extent of the camera's view, measured at target distance.
Namespace: Autodesk.Revit.DB.DirectContext3DAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2017
Syntax
| C# | 
|---|
public double VerticalExtent { get; set; }  | 
| Visual Basic | 
|---|
Public Property VerticalExtent As Double Get Set  | 
| Visual C++ | 
|---|
public: property double VerticalExtent { double get (); void set (double value); }  |