Revit 2026 API
Exporter |
Use the internal Revit implementation to relate elements at the end of export.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static void EndExportInternal( ExporterIFC exporterIFC )
Public Shared Sub EndExportInternal ( exporterIFC As ExporterIFC )
public: static void EndExportInternal( ExporterIFC^ exporterIFC )
static member EndExportInternal : exporterIFC : ExporterIFC -> unit
Parameters
- exporterIFC ExporterIFC
- The exporter.
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
See Also