RVTDocs.com
Namespace: Autodesk.Revit.DB Class: FillGrid

FillGrid(Double, Double)

Constructor
Description:
Creates a simple fill grid with given angle and offset.
Syntax
public FillGrid(
	double angle,
	double offset
)
Parameters
Parameter Type Description
angle Double The angle.
offset Double The offset represents the spacing between the lines.
Return Value