Returns the active pre-defined non-in-session exporting settings for DWG in the given document.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public static ExportDWGSettings GetActivePredefinedSettings( Document aDoc )
Parameters
- aDoc Document
- A Revit document to retrieve the active pre-defined exporting settings for DWG.
Return Value
ExportDWGSettingsThe active pre-defined exporting settings for DWG, or null if nothing pre-defined exists or the in-session settings is selected.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |