IFCLevelInfo.GetRelatedProducts Method

IFCLevelInfoGetRelatedProducts Method

Gets all building products on this level.

Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public ICollection<IFCAnyHandle> GetRelatedProducts()
Public Function GetRelatedProducts As ICollection(Of IFCAnyHandle)
public:
ICollection<IFCAnyHandle^>^ GetRelatedProducts()
member GetRelatedProducts : unit -> ICollection<IFCAnyHandle> 

Return Value

ICollectionIFCAnyHandle
The collection of products.
See Also