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: 24.0.0.0 (24.0.0.0)
Syntax
| C# |
|---|
|
| Visual Basic |
|---|
|
| Visual C++ |
|---|
|
Parameters
- newName
- Type: SystemString
View sheet set name to be saved as.
Return Value
False if Save As operation fails, otherwise True.Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.ExceptionsInvalidOperationException | Thrown when the input name is already existed in current view sheet set list. |