| Revit 2020 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: 20.0.0.0 (20.0.0.377)
Since:
2012
Syntax
| C# |
|---|
public IFCFile GetFile() |
| Visual Basic |
|---|
Public Function GetFile As IFCFile |
| Visual C++ |
|---|
public: IFCFile^ GetFile() |