Distance from eye point to far plane of view frustum along the view direction.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public double FarDistance { get; }Property Value
Double
Remarks
This property together with NearDistance determines the depth restrictions of a view frustum.
See Also
Reference