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