RVTDocs.com

ProjectPosition.Angle

Property
Description:
Angle from True North.
Remarks:
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.
Syntax
public double Angle { get; set; }