Share

FillPattern.GetFillGrid Method

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

FillGrid
The fill grid.

Exceptions

ExceptionCondition
ArgumentException The index of the FillGrid is not valid.

See Also

Reference

Was this information helpful?