<Code Lib>
2025 Method
Changes 2
M

View3D.ShowGridsOnLevel

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.

public void ShowGridsOnLevel(
	ElementId levelId
)

  • levelId
    The id of the Level where grids should be displayed.

Loading…