Revit 2026 API
Project |
Angle from True North.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public double Angle { get; set; }
Public Property Angle As Double Get Set
public: property double Angle { double get (); void set (double value); }
member Angle : float with get, set
Property Value
Double
This is the angle difference between project north and true north measured in
radians. It can have a value from -PI to PI.
If the parameter value is outside that range, it
will be shifted by 2*PI until it falls into range.
See Also