Share

SpacingRule.GridlinesRotation Property

An additional rotation to be applied to this set of grid lines.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public double GridlinesRotation { get; set; }

Property Value

Double

Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionThrown when angle is outside of the range ( -PI/2, PI/2 ).

See Also

Reference

Was this information helpful?