| Revit 2022 API |
| CameraInfo..::..FarDistance Property |
| CameraInfo Class See Also |
Distance from eye point to far plane of view frustum along the view direction.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Since:
2014
Syntax
| C# |
|---|
public double FarDistance { get; } |
| Visual Basic |
|---|
Public ReadOnly Property FarDistance As Double Get |
| Visual C++ |
|---|
public: property double FarDistance { double get (); } |
Remarks
This property together with NearDistance determines the depth restrictions of a view frustum.