A class that contains utilities needed to implement Revit's version of the IFC import client application.
Inheritance Hierarchy Namespace: Autodesk.Revit.DB.IFCAssembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic static class ImporterIFCUtils
Public NotInheritable Class ImporterIFCUtils
public ref class ImporterIFCUtils abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type ImporterIFCUtils = class end
The ImporterIFCUtils type exposes the following members.
Methods
Remarks
This class contains special API utilities needed to enable the implementation of the client application
for IFC import. Some of these utilities will be needed temporarily while the code for IFC import is
migrated into the export client. These temporary interfaces are likely to change in upcoming Revit
releases.
See Also