FillGrid Constructor (Double, Double)


Creates a simple fill grid with given angle and offset.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.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: SystemDouble
The angle.
offset
Type: SystemDouble
The offset represents the spacing between the lines.

See Also

ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →