SpotLightDistributionTiltAngle Property |
The tilt angle.
Namespace: Autodesk.Revit.DB.LightingAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic 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
Double
The tilt angle as a numerical value in radians between -PI and PI.
ExceptionsException | Condition |
---|
ArgumentOutOfRangeException |
When setting this property: The angle is not valid because it is not between -180.0 and 180.0.
|
See Also