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

View3D.ShowGridsOnLevels

Method
Description:
This method displays the grid lines in this 3D view on the given Levels.
Remarks:
Previously selected Levels for showing grids will be replaced with the new ids.
Syntax
public void ShowGridsOnLevels(
	ISet<ElementId> levelsIds
)
Parameters
Parameter Type Description
levelsIds ISet Levels ids where grids lines will be displayed.
Return Value
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null