IFCLevelInfoGetRelatedElements Method

Gets all building elements on this level.

Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public ICollection<IFCAnyHandle> GetRelatedElements()

Return Value

ICollectionIFCAnyHandle
The collection of elements.
See Also