| Revit 2020.1 API | 
| ViewSheetSet..::..Views Property | 
| ViewSheetSet Class See Also | 
The views.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.1.1.1)
 Syntax
Syntax
| C# | 
|---|
| public virtual ViewSet Views { get; set; } | 
| Visual Basic | 
|---|
| Public Overridable Property Views As ViewSet Get Set | 
| Visual C++ | 
|---|
| public: virtual property ViewSet^ Views { ViewSet^ get (); void set (ViewSet^ value); } | 
Implements
IViewSheetSet..::..Views Exceptions
Exceptions
| Exception | Condition | 
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentNullException | Thrown when the input views is nullNothingnullptra null reference (Nothing in Visual Basic). | 
| Autodesk.Revit.Exceptions..::..InvalidOperationException | Thrown when the set operation failed due to invalid view which cannot be printed. |