Save the current print setting to another print setting with the specified name.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool SaveAs(
string newName
)
Parameters
- newName String
- print setting name to be saved as.
Return Value
BooleanFalse if Save As operation fails, otherwise true.
Exceptions
See Also
Reference