OptionalFunctionalityUtils.IsDWGExportAvailable Method

OptionalFunctionalityUtilsIsDWGExportAvailable Method

Checks whether the DWG 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 IsDWGExportAvailable()
Public Shared Function IsDWGExportAvailable As Boolean
public:
static bool IsDWGExportAvailable()
static member IsDWGExportAvailable : unit -> bool 

Return Value

Boolean
True if the DWG Export functionality is available in the installed Revit.
Remarks
DWG Export requires presence of certain modules that are optional and may not be part of the installed Revit.
See Also