The main class provided by Revit to allow implementation of IFC export.
Namespace: Autodesk.Revit.DB.IFCAssembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 24.0.0.0 (24.0.0.0)
Since: 2012
Syntax
C# |
---|
public class ExporterIFC : IDisposable |
Visual Basic |
---|
Public Class ExporterIFC _ Implements IDisposable |
Visual C++ |
---|
public ref class ExporterIFC : IDisposable |
Remarks
An instance of this class is provided to clients which implement IExporterIFC
in order to provide an implementation for IFC export. It contains information
on the options selected by the user for the export operation, as well as
members used to access specific types of data needed to implement the export
properly.
Inheritance Hierarchy
System..::..Object
Autodesk.Revit.DB.IFC..::..ExporterIFC
Autodesk.Revit.DB.IFC..::..ExporterIFC