Application.OpenIFCDocument
Description:
Opens an IFC document from disk using custom options.
Opens an IFC document from disk using custom options.
Overloads (2):
OpenIFCDocument(String,IFCImportOptions)
public Document OpenIFCDocument(
string fileName,
IFCImportOptions importOptions
)
-
fileNameThe IFC file to be opened.
-
importOptionsThe options for this import.
-
If 'fileName' is an empty string.
-
A non-optional argument was NULL
-
If the file specified by 'fileName' cannot be found.
-
If Revit is missing document templates or if the file cannot be opened.