<Code Lib>
2027 Method
Changes 0
M

Application.OpenIFCDocument(String, IFCImportOptions)

Description:
Opens an IFC document from disk using custom options.
Overloads (2):
OpenIFCDocument(String,IFCImportOptions)

public Document OpenIFCDocument(
	string fileName,
	IFCImportOptions importOptions
)

  • String
    fileName
    The IFC file to be opened.
  • importOptions
    The options for this import.
Return Value Document The newly created document containing the IFC file.

Loading…