Revit 2026 API
Camera |
Distance from eye point to near plane of view frustum along the view direction.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public double NearDistance { get; }
Public ReadOnly Property NearDistance As Double Get
public: property double NearDistance { double get (); }
member NearDistance : float with get
Property Value
Double
This property together with FarDistance determines the depth restrictions of a view frustum.
See Also