GetRelatedElements Method


Exporter IFC Get Related Elements Method

Gets all elements not associated to stories.

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