<Code Lib>
2026 Method
Changes 2
M

View3D.ShowGridsOnLevels

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.

public void ShowGridsOnLevels(
	ISet<ElementId> levelsIds
)

  • ISet<ElementId>
    levelsIds
    Levels ids where grids lines will be displayed.

Loading…