Revit 2025.3 API
CameraHorizontal |
Horizontal offset of the camera's view center from target, 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 HorizontalOffset { get; set; }
Public Property HorizontalOffset As Double Get Set
public: property double HorizontalOffset { double get (); void set (double value); }
member HorizontalOffset : float with get, set
Property Value
DoubleSee Also