Share

ExporterIFCUtils.GetLevelIdByHeight Method

Gets the level if by the height of the element.


Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.3.0.0 (25.3.0.0)

Syntax

C#

public static ElementId GetLevelIdByHeight(
	ExporterIFC exporterIFC,
	Element elem
)

Parameters

exporterIFC  ExporterIFC
The exporter.
elem  Element
The element.

Return Value

ElementId
The level id.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?