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

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