This method displays the grid lines in this 3D view on the given Levels.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Since:
2022
Syntax
| C# |
|---|
public void ShowGridsOnLevels(
ISet<ElementId> levelsIds
) |
| Visual Basic |
|---|
Public Sub ShowGridsOnLevels ( _
levelsIds As ISet(Of ElementId) _
) |
| Visual C++ |
|---|
public:
void ShowGridsOnLevels(
ISet<ElementId^>^ levelsIds
) |
Parameters
- levelsIds
- Type: System.Collections.Generic..::..ISet<(Of <(<'ElementId>)>)>
Levels ids where grids lines will be displayed.
Remarks
Exceptions
See Also