Revit 2026 API
Exporter |
Gets all products not associated to stories.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public ICollection<IFCAnyHandle> GetRelatedProducts()
Public Function GetRelatedProducts As ICollection(Of IFCAnyHandle)
public: ICollection<IFCAnyHandle^>^ GetRelatedProducts()
member GetRelatedProducts : unit -> ICollection<IFCAnyHandle>
Return Value
ICollectionIFCAnyHandleThe collection of products.
See Also