Revit 2025.3 API
Energy |
The azimuth angle for this surface.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.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