Gets the active settings element in the document.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
C#
public static ExportPDFSettings GetActivePredefinedSettings( Document document )
Parameters
- document Document
- The document to find the active settings.
Return Value
ExportPDFSettingsThe active settings, or null if none.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |