<Code Lib>
M

IFCHybridImport.UpdateElements(Document, String, IFCHybridImportOptions)

Description:
Updates IFC Elements using AnyCAD.
Overloads (2):
UpdateElements(Document,String,IFCHybridImportOptions)

public IList<ElementId> UpdateElements(
	Document doc,
	string file,
	IFCHybridImportOptions options
)

  • doc
    Document to receive elements from the IFC file update.
  • String
    file
    Full path of the file to import.
  • options
    The hybrid import options.
Return Value IList<ElementId> Returns an array of ElementIds representing created or updated elements.

Loading…