Application.OpenIFCDocument
Description:
Opens an IFC document from disk using default options.
Opens an IFC document from disk using default options.
Overloads (2):
OpenIFCDocument(String)
public Document OpenIFCDocument(
string fileName
)
-
StringfileNameThe IFC file to be opened.
-
If 'fileName' is an empty string.
-
IfnullNothingnullptra null reference (Nothingin Visual Basic)is passed as 'fileName' -or- 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.