IExporterIFC.ExportIFC
Description:
The method that Revit will invoke to perform an export to IFC.
The method that Revit will invoke to perform an export to IFC.
Remarks:
There will be a transaction group opened for the document. Any changes made to the document must be temporary, as the transaction group will automatically be rolled back at the end.
There will be a transaction group opened for the document. Any changes made to the document must be temporary, as the transaction group will automatically be rolled back at the end.
void ExportIFC(
Document document,
ExporterIFC exporter,
View filterView
)
-
documentThe document to export.
-
exporterThe IFC exporter object.
-
filterViewThe view whose filter visibility settings govern the export.