RVTDocs.com
Namespace: Autodesk.Revit.DB Class: View3D

View3D.ShowGridsOnLevel

Method
Description:
This method displays the grid lines in this 3DView on the given Level.
Remarks:
Grids will be displayed only if they intersects Level's plane.
Syntax
public void ShowGridsOnLevel(
	ElementId levelId
)
Parameters
Parameter Type Description
levelId ElementId The id of the Level where grids should be displayed.
Return Value
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null