Prints a set of views with default view template and default print settings.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public void Print(
ViewSet views,
bool useCurrentPrintSettings
)
Parameters
- views ViewSet
- The set of views which need to be printed.
- useCurrentPrintSettings Boolean
- If true, print the view with the current print setting,
otherwise with the print setting of the document of the view.
Exceptions
Remarks
If one view in the set can not be printed successfully then an exception will be thrown.
See Also
Reference