Revit 2026 API
Optional |
Checks whether the DWF/DWFx Export functionality is available in the installed Revit.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static bool IsDWFExportAvailable()
Public Shared Function IsDWFExportAvailable As Boolean
public: static bool IsDWFExportAvailable()
static member IsDWFExportAvailable : unit -> bool
Return Value
BooleanTrue if the DWF/DWFx Export functionality is available in the installed Revit.
DWF/DWFx Export requires presence of certain modules that are optional and may not be part of the installed Revit.
See Also