Share

FillGrid(Double, Double) Constructor

Creates a simple fill grid with given angle and offset.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public FillGrid(
	double angle,
	double offset
)

Parameters

angle  Double
The angle.
offset  Double
The offset represents the spacing between the lines.

See Also

Reference

Was this information helpful?