Returns the list of levels ids where grids are displayed in this 3D view.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since: 2022
Syntax
C# |
---|
public ISet<ElementId> GetLevelsThatShowGrids() |
Visual Basic |
---|
Public Function GetLevelsThatShowGrids As ISet(Of ElementId) |
Visual C++ |
---|
public: ISet<ElementId^>^ GetLevelsThatShowGrids() |