The view sheet set name.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public override string Name { get; set; }
Property Value
StringExceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown when trying to set the name. Instead, set the name with the Rename(String) method. |