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