Note: This API is now obsolete.
Returns a collection containing the information about all levels in the document.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
[ObsoleteAttribute("This is deprecated in Revit 2026. Use ExporterCacheManager.LevelInfoCache.LevelsById instead.")] public IDictionary<ElementId, IFCLevelInfo> GetLevelInfos()
Return Value
IDictionary<ElementId, IFCLevelInfo>The collection of level information.
