View |
Save the current view sheet set to another view sheet set with the specified name.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)

Parameters
- newName String
- View sheet set name to be saved as.
Return Value
BooleanFalse if Save As operation fails, otherwise True.

Exception | Condition |
---|---|
InvalidOperationException | Thrown when the input name is already existed in current view sheet set list. |
