GetRelatedProducts Method


IFCLevel Info Get Related Products Method

Gets all building products on this level.

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