The method that Revit will invoke to perform an export to IFC.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
C#
void ExportIFC( Document document, ExporterIFC exporter, View filterView )
Parameters
- document Document
- The document to export.
- exporter ExporterIFC
- The IFC exporter object.
- filterView View
- The view whose filter visibility settings govern the export.