ExporterIFCGetRelatedProducts 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

ICollectionIFCAnyHandle
The collection of products.
See Also