Share

ViewSheetSetting.Rename Method

Rename the current view sheet set.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public bool Rename(
	string newName
)

Parameters

newName  String
View sheet set name to be renamed as.

Return Value

Boolean
False if Rename operation fails, otherwise True.

Exceptions

ExceptionCondition
InvalidOperationException Thrown when the input name is already existed in current view sheet set list.

See Also

Reference

Was this information helpful?