RVTDocs.com

ExporterIFC.GetLevelInfo

Method
Description:
Returns an object representing the information about a level in the document.
Remarks:
Level information is currently automatically collected and cached in the ExporterIFC object. This method returns the cached information for a given level, which is often needed during export of particular building elements which reference levels, as well as to implement automatic wall and column splitting.
Syntax
public IFCLevelInfo GetLevelInfo(
	ElementId levelId
)
Parameters
Parameter Type Description
levelId ElementId The level id.
Return Value
Type Description
IFCLevelInfo The level information.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null