Revit 2025.3 API
CameraFar |
Distance to far clipping plane
Namespace: Autodesk.Revit.DB.DirectContext3D
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public double FarDistance { get; set; }
Public Property FarDistance As Double Get Set
public: property double FarDistance { double get (); void set (double value); }
member FarDistance : float with get, set
Property Value
DoubleSee Also