Revit 2025.3 API
View |
This method hides the grid lines in this 3D view on the given Level.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public void HideGridsOnLevel( ElementId levelId )
Public Sub HideGridsOnLevel ( levelId As ElementId )
public: void HideGridsOnLevel( ElementId^ levelId )
member HideGridsOnLevel : levelId : ElementId -> unit
Parameters
- levelId ElementId
- The id of the Level where grids will not be displayed.

Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |
See Also