Revit 2023 API |
FillGrid Constructor (Double, Double) |
FillGrid Class See Also |
Creates a simple fill grid with given angle and offset.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2012
Syntax
C# |
---|
public FillGrid( double angle, double offset ) |
Visual Basic |
---|
Public Sub New ( _ angle As Double, _ offset As Double _ ) |
Visual C++ |
---|
public: FillGrid( double angle, double offset ) |
Parameters
- angle
- Type: System..::..Double
The angle.
- offset
- Type: System..::..Double
The offset represents the spacing between the lines.