SaveAs Method


Print Setup Save As Method

Save the current print setting to another print setting with the specified name.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool SaveAs(
	string newName
)

Parameters

newName String
print setting name to be saved as.

Return Value

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.
See Also
ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →