Revit 2025 API
Optional |
Checks whether IFC functionality is available in the installed Revit.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public static bool IsIFCAvailable()
Public Shared Function IsIFCAvailable As Boolean
public: static bool IsIFCAvailable()
static member IsIFCAvailable : unit -> bool
Return Value
BooleanTrue if the IFC functionality is available in the installed Revit.

IFC Import/Export requires presence of certain modules that are optional and may not be part of the installed Revit.
See Also