UpdateElements(Document, String, IFCHybridImportOptions) Method


IFCHybrid Import Update Elements Method

Updates IFC Elements using AnyCAD.

Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 27.0.4.0 (27.0.4.0)
Syntax
public IList<ElementId> UpdateElements(
	Document doc,
	string file,
	IFCHybridImportOptions options
)

Parameters

doc Document
Document to receive elements from the IFC file update.
file String
Full path of the file to import.
options IFCHybridImportOptions
The hybrid import options.

Return Value

IList ElementId
Returns an array of ElementIds representing created or updated elements.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null
See Also
ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →