Represents ViewSheetSets stored in a document.
ViewSheetSets can be stored so that the same printing task can be executed multiple times.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.1.1.1)
Syntax
| C# |
|---|
public class ViewSheetSet : Element, IViewSheetSet |
| Visual Basic |
|---|
Public Class ViewSheetSet _ Inherits Element _ Implements IViewSheetSet |
| Visual C++ |
|---|
public ref class ViewSheetSet : public Element, IViewSheetSet |
Remarks
For the in-session ViewSheetSet, see the class InSessionViewSheetSet.