M

IFCHybridImport.ImportElements

Description:
Imports IFC Elements using AnyCAD.
Overloads (2):
ImportElements(Document,String,IFCHybridImportOptions)
public IList<ElementId> ImportElements(
	Document doc,
	string file,
	IFCHybridImportOptions options
)
  • doc
    Document to receive elements from the IFC file import.
  • 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 elements.