<Code Lib>
2025 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
)

Return Value Document The newly created document containing the IFC file.

Loading…