Revit 2026 API
Print |
Indicates whether to collate of the current print.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool Collate { get; set; }
Public Property Collate As Boolean Get Set
public: property bool Collate { bool get (); void set (bool value); }
member Collate : bool with get, set
Property Value
Boolean| Exception | Condition |
|---|---|
| InvalidOperationException | Thrown when there is only one view or only one copy in the current settings. |
The value of this property represents the global print setting property used for print operations on any document.
In order to make a change to this property, after setting it call the Apply() method, or one of the SubmitPrint() methods, which
save the local changes as modifications to the global print settings.
See Also