Revit 2026 API
PDFExport |
Execute PDF export as a background process.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public void SetExportInBackground( bool exportInBackground )
Public Sub SetExportInBackground ( exportInBackground As Boolean )
public: void SetExportInBackground( bool exportInBackground )
member SetExportInBackground : exportInBackground : bool -> unit
Parameters
- exportInBackground Boolean
- Execute PDF export as a background process.
See Also