DocumentPrint(ViewSet) Method |
Prints a set of views with default view template and default print settings.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic void Print(
ViewSet views
)
Public Sub Print (
views As ViewSet
)
public:
void Print(
ViewSet^ views
)
member Print :
views : ViewSet -> unit
Parameters
- views ViewSet
- The set of views which need to be printed.
Exceptions
RemarksIf one view in the set can not be printed successfully then an exception will be thrown.
See Also