Revit 2025 API
Sun |
Identifies the current longitude used by the SunAndShadowSettings element.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public double Longitude { get; }
Public ReadOnly Property Longitude As Double Get
public: property double Longitude { double get (); }
member Longitude : float with get
Property Value
DoubleSee Also