View3DHideGridsOnLevel Method

This method hides the grid lines in this 3D view on the given Level.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public void HideGridsOnLevel(
	ElementId levelId
)

Parameters

levelId  ElementId
The id of the Level where grids will not be displayed.
Exceptions
ExceptionCondition
ArgumentNullException A non-optional argument was null
See Also