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

PrintSetup.SaveAs

Method
Description:
Save the current print setting to another print setting with the specified name.
Syntax
public bool SaveAs(
	string newName
)
Parameters
Parameter Type Description
newName String print setting name to be saved as.
Return Value
Type Description
Boolean False if Save As operation fails, otherwise true.
Exceptions
Exception Condition
InvalidOperationException Thrown when the input newName already exists in current print setting list.