| Revit 2021.1 API |
| ExporterIFC..::..GetFile Method |
| ExporterIFC Class See Also |
Gets the handle to the IFC file being created during this export operation.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 21.0.0.0 (21.1.1.109)
Since:
2012
Syntax
| C# |
|---|
public IFCFile GetFile() |
| Visual Basic |
|---|
Public Function GetFile As IFCFile |
| Visual C++ |
|---|
public: IFCFile^ GetFile() |