M

IFCHybridImport.ImportElements

Description:
Imports IFC Elements using AnyCAD.
public IList<ElementId> ImportElements(
	Document doc,
	string file
)
  • doc
    Document to receive elements from the IFC file import.
  • file
    Full path of the file to import.
Return Value IList<ElementId> Returns an array of ElementIds representing created elements.