Revit 2022 API |
Camera..::..FarDistance Property |
Camera Class See Also |
Distance to far clipping plane
Namespace: Autodesk.Revit.DB.DirectContext3D
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Since:
2017
Syntax
C# |
---|
public double FarDistance { get; set; } |
Visual Basic |
---|
Public Property FarDistance As Double Get Set |
Visual C++ |
---|
public: property double FarDistance { double get (); void set (double value); } |