M

IFCHybridImport.ImportElements

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