Revit 2025 API
Spacing |
An additional rotation to be applied
to this set of grid lines.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public double GridlinesRotation { get; set; }
Public Property GridlinesRotation As Double Get Set
public: property double GridlinesRotation { double get (); void set (double value); }
member GridlinesRotation : float with get, set
Property Value
Double
Exception | Condition |
---|---|
ArgumentOutOfRangeException | Thrown when angle is outside of the range ( -PI/2, PI/2 ). |
See Also