Sets the fill grid.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public void SetFillGrid(
int gridIdx,
FillGrid fillGrid
)
Parameters
- gridIdx Int32
-
The index of the fill grid.
- fillGrid FillGrid
-
The fill grid to be used.
Exceptions
See Also
Reference