IFCHybrid
|
Note: This API is now obsolete.
Updates IFC Elements using AnyCAD.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.0.4.0 (26.0.4.0)

[ObsoleteAttribute("This is deprecated in Revit 2026. Please use the updateElements function with the IFCHybridImportOptions.")]
public IList<ElementId> UpdateElements(
Document doc,
string file
)
Parameters
- doc Document
- Document to receive elements from the IFC file update.
- file String
- Full path of the file to import.
Return Value
IList ElementIdReturns an array of ElementIds representing created or updated elements.

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