GetRelatedElements Method


IFCLevel Info Get Related Elements Method

Gets all building elements on this level.

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

Return Value

ICollection IFCAnyHandle
The collection of elements.
See Also