RVTDocs.com
Namespace: Autodesk.Revit.DB Class: ViewSheetSet

ViewSheetSet.Name

Property
Description:
The view sheet set name.
Syntax
public override string Name { get; set; }
Exceptions
Exception Condition
InvalidOperationException Thrown when trying to set the name. Instead, set the name with theRename(String)method.