Revit 2026 API
View |
Returns the list of levels ids where grids are displayed in this 3D view.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public ISet<ElementId> GetLevelsThatShowGrids()
Public Function GetLevelsThatShowGrids As ISet(Of ElementId)
public: ISet<ElementId^>^ GetLevelsThatShowGrids()
member GetLevelsThatShowGrids : unit -> ISet<ElementId>
Return Value
ISetElementIdThe list of levels ids where grids are displayed in 3D views.
See Also