RVTDocs.com
Namespace: Autodesk.Revit.DB Class: PrintManager

PrintManager.SubmitPrint(View)

Method
Description:
Print a view with the current PrintManager settings.
Remarks:
PrintManager will apply the local settings to global and print the user-assigned view with the current settings.
Syntax
public bool SubmitPrint(
	View view
)
Parameters
Parameter Type Description
view View The User-assigned view.
Return Value
Type Description
Boolean True if successful, otherwise False.
Exceptions
Exception Condition
InvalidOperationException Thrown when this operation is not allowed in the current application mode, or the print resource is occupied by others.