ViewSheetSet.Name Property

ViewSheetSetName Property

The view sheet set name.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public override string Name { get; set; }
Public Overrides Property Name As String
	Get
	Set
public:
virtual property String^ Name {
	String^ get () override;
	void set (String^ value) override;
}
abstract Name : string with get, set
override Name : string with 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