GetAllObjects Method


IFCProduct Wrapper Get All Objects Method

Gets all objects associated with the IfcProduct in this wrapper.

Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public ICollection<IFCAnyHandle> GetAllObjects()

Return Value

ICollection IFCAnyHandle
The collection of objects.
See Also