Gets the specified fill grid.
Namespace: Autodesk.Revit.DBAssembly: 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
FillGrid
The fill grid.
Exceptions
See Also
Reference