ViewSheetSet.Name Property

The view sheet set name.


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

Syntax

C#

public override string Name { get; set; }

Property Value

String

Exceptions

ExceptionCondition
InvalidOperationException Thrown when trying to set the name. Instead, set the name with the Rename(String) method.

See Also

Reference

ViewSheetSet Class
Autodesk.Revit.DB Namespace