Revit 2026 API
IFCDataCreate |
Creates an IFCAggregate data object.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static IFCData CreateIFCAggregate( IFCAggregate value )
Public Shared Function CreateIFCAggregate ( value As IFCAggregate ) As IFCData
public: static IFCData^ CreateIFCAggregate( IFCAggregate^ value )
static member CreateIFCAggregate : value : IFCAggregate -> IFCData
Parameters
- value IFCAggregate
- The IFCAggregate value.
Return Value
IFCDataThe IFCData object.

Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |
See Also