The angle for V grid line pattern of the curtain grid.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Syntax
C# |
---|
public double Grid2Angle { get; set; } |
Visual Basic |
---|
Public Property Grid2Angle As Double Get Set |
Visual C++ |
---|
public: property double Grid2Angle { double get (); void set (double value); } |