<Code Lib>
2025 Method
Changes 0
M

Application.OpenIFCDocument(String)

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

public Document OpenIFCDocument(
	string fileName
)

  • fileName
    The IFC file to be opened.
Return Value Document The newly created document containing the IFC file.

Loading…