ApplicationOpenIFCDocument(String) Method |
Opens an IFC document from disk using default options.
Namespace: Autodesk.Revit.ApplicationServicesAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic Document OpenIFCDocument(
string fileName
)
Public Function OpenIFCDocument (
fileName As String
) As Document
public:
Document^ OpenIFCDocument(
String^ fileName
)
member OpenIFCDocument :
fileName : string -> Document
Parameters
- fileName String
-
The IFC file to be opened.
Return Value
Document
The newly created document containing the IFC file.
Exceptions
See Also