Returns an object representing the information about a level in the document.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
C#
public IFCLevelInfo GetLevelInfo( ElementId levelId )
Parameters
- levelId ElementId
- The level id.
Return Value
IFCLevelInfoThe level information.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |