Revit 2025.3 API
IFCProduct |
Gets all objects associated with the IfcProduct in this wrapper.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public ICollection<IFCAnyHandle> GetAllObjects()
Public Function GetAllObjects As ICollection(Of IFCAnyHandle)
public: ICollection<IFCAnyHandle^>^ GetAllObjects()
member GetAllObjects : unit -> ICollection<IFCAnyHandle>
Return Value
ICollectionIFCAnyHandleThe collection of objects.
See Also