<Code Lib>
M

IFCHybridImport.ImportElements

Description:
Imports IFC Elements using non-open-source framework

public IList<ElementId> ImportElements(
	Document doc,
	string file
)

Return Value IList<ElementId> Returns an array of ElementIds representing created Elements.

Loading…