Gets the specified fill grid.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public FillGrid GetFillGrid( int gridIdx )
Parameters
- gridIdx Int32
- The index of the fill grid.
Return Value
FillGridThe fill grid.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The index of the FillGrid is not valid. |
