Revit 2025 API
Fill |
Set the fill grids in this fill pattern.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public void SetFillGrids( IList<FillGrid> fillGrids )
Public Sub SetFillGrids ( fillGrids As IList(Of FillGrid) )
public: void SetFillGrids( IList<FillGrid^>^ fillGrids )
member SetFillGrids : fillGrids : IList<FillGrid> -> unit
Parameters

Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |
See Also