Application.OpenIFCDocument
Description:
Opens an IFC document from disk using custom options.
Opens an IFC document from disk using custom options.
Overloads (2):
public Document OpenIFCDocument(
string fileName,
IFCImportOptions importOptions
)
-
StringfileNameThe 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.