FillGrid(FillGrid) Constructor |
Constructs a new FillGrid with default settings.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic FillGrid(
FillGrid other
)
Public Sub New (
other As FillGrid
)
public:
FillGrid(
FillGrid^ other
)
new :
other : FillGrid -> FillGrid
Parameters
- other FillGrid
-
Exceptions
See Also