Creates an IFCAggregate data object.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static IFCData CreateIFCAggregate( IFCAggregate value )
Parameters
- value IFCAggregate
- The IFCAggregate value.
Return Value
IFCDataThe IFCData object.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
