RVTDocs.com

ViewSheetSetting.SaveAs

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