Revit 2025.3 API
View |
This method displays the grid lines in this 3DView 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 ShowGridsOnLevel( ElementId levelId )
Public Sub ShowGridsOnLevel ( levelId As ElementId )
public: void ShowGridsOnLevel( ElementId^ levelId )
member ShowGridsOnLevel : levelId : ElementId -> unit
Parameters
- levelId ElementId
- The id of the Level where grids should be displayed.
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
Grids will be displayed only if they intersects Level's plane.
See Also