GetRelatedProducts Method


Exporter IFC Get Related Products Method

Gets all products 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> GetRelatedProducts()

Return Value

ICollection IFCAnyHandle
The collection of products.
See Also