Share

PrintManager.SubmitPrint(View) Method

Print a view with the current PrintManager settings.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public bool SubmitPrint(
	View view
)

Parameters

view  View
The User-assigned view.

Return Value

Boolean
True if successful, otherwise False.

Exceptions

ExceptionCondition
InvalidOperationException Thrown when this operation is not allowed in the current application mode, or the print resource is occupied by others.

Remarks

PrintManager will apply the local settings to global and print the user-assigned view with the current settings.

See Also

Reference

Was this information helpful?