M

IFCHybridImport.UpdateElements

Description:
Updates IFC Elements using AnyCAD.
Overloads (2):
UpdateElements(Document,String)
[ObsoleteAttribute("This is deprecated in Revit 2026.  Please use the updateElements function with the IFCHybridImportOptions.")]
public IList<ElementId> UpdateElements(
	Document doc,
	string file
)
  • doc
    Document to receive elements from the IFC file update.
  • String
    file
    Full path of the file to import.
Return Value IList<ElementId> Returns an array of ElementIds representing created or updated elements.