| Revit 2022 API |
| ExporterIFCUtils..::..EndExportInternal Method |
| ExporterIFCUtils Class See Also |
Use the internal Revit implementation to relate elements at the end of export.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 22.0.0.0 (22.1.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 |