2025.3 Method
Changes 7
M

IFCHybridImport.UpdateElements

Description:
Updates IFC Elements using AnyCAD.
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.