Use the internal Revit implementation to relate elements at the end of export.
Namespace: Autodesk.Revit.DB.IFCAssembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 24.0.0.0 (24.0.0.0)
Since: 2013
Syntax
| C# |
|---|
public static void EndExportInternal( ExporterIFC exporterIFC ) |
| Visual Basic |
|---|
Public Shared Sub EndExportInternal ( _ exporterIFC As ExporterIFC _ ) |
| Visual C++ |
|---|
public: static void EndExportInternal( ExporterIFC^ exporterIFC ) |
Parameters
- exporterIFC
- Type: Autodesk.Revit.DB.IFC..::..ExporterIFC
The exporter.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was null |