RVTDocs.com

ViewSheetSetting.Rename

Method
Description:
Rename the current view sheet set.
Syntax
public bool Rename(
	string newName
)
Parameters
Parameter Type Description
newName String View sheet set name to be renamed as.
Return Value
Type Description
Boolean False if Rename operation fails, otherwise True.
Exceptions
Exception Condition
InvalidOperationException Thrown when the input name is already existed in current view sheet set list.