This method displays the grid lines in this 3D view on the given Levels.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public void ShowGridsOnLevels(
ISet<ElementId> levelsIds
)
Parameters
- levelsIds ISet<ElementId>
-
Levels ids where grids lines will be displayed.
Exceptions
Remarks
Previously selected Levels for showing grids will be replaced with the new ids.
See Also
Reference