The tilt angle.
Namespace: Autodesk.Revit.DB.LightingAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public double TiltAngle { get; set; }Property Value
Double
The tilt angle as a numerical value in degrees between -180.0 and 180.0.
Exceptions
| Exception | Condition |
|---|
| ArgumentOutOfRangeException |
When setting this property: The angle is not valid because it is not between -180.0 and 180.0.
|
See Also
Reference