IFCProductWrapper.GetAllObjects Method

IFCProductWrapperGetAllObjects Method

Gets all objects associated with the IfcProduct in this wrapper.

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

Return Value

ICollectionIFCAnyHandle
The collection of objects.
See Also