DocumentPrint(ViewSet, View) Method |
Prints a set of views with a specified 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,
View viewTemplate
)
Public Sub Print (
views As ViewSet,
viewTemplate As View
)
public:
void Print(
ViewSet^ views,
View^ viewTemplate
)
member Print :
views : ViewSet *
viewTemplate : View -> unit
Parameters
- views ViewSet
- The set of views which need to be printed.
- viewTemplate View
- The view template which apply to the set of views.
Exceptions
RemarksIf one view in the set can not be printed successfully then an exception will be thrown.
See Also