Share

View3D.HideGridsOnLevel 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.4.0.0 (26.4.0.0)

Syntax

C#

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

Reference

Was this information helpful?