Revit 2026 API
Energy |
The azimuth angle for this surface, in radians.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public double Azimuth { get; }
Public ReadOnly Property Azimuth As Double Get
public: property double Azimuth { double get (); }
member Azimuth : float with get
Property Value
Double
The azimuth is computed as the angle of rotation between
the outward normal of the surface and the Y-axis (clockwise is positive).
See Also