This method displays the grid lines in this 3DView on the given Level.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public void ShowGridsOnLevel(
ElementId levelId
)
Parameters
- levelId ElementId
-
The id of the Level where grids should be displayed.
Exceptions
Remarks
Grids will be displayed only if they intersects Level's plane.
See Also
Reference