Revit 2025.3 API
CameraVertical |
Vertical extent of the camera's view, measured at target distance.
Namespace: Autodesk.Revit.DB.DirectContext3D
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public double VerticalExtent { get; set; }
Public Property VerticalExtent As Double Get Set
public: property double VerticalExtent { double get (); void set (double value); }
member VerticalExtent : float with get, set
Property Value
DoubleSee Also