Revit 2026 API
Spot |
The tilt angle.
Namespace: Autodesk.Revit.DB.Lighting
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public double TiltAngle { get; set; }
Public Property TiltAngle As Double Get Set
public: property double TiltAngle { double get (); void set (double value); }
member TiltAngle : float with get, set
Property Value
DoubleThe tilt angle as a numerical value in radians between -PI and PI.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | When setting this property: The angle is not valid because it is not between -180.0 and 180.0. |
See Also