SpacingRule.GridlinesRotation Property

SpacingRuleGridlinesRotation Property

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
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThrown when angle is outside of the range ( -PI/2, PI/2 ).
See Also