Sets the fill grid.
Namespace: Autodesk.Revit.DB
Assembly: 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
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
