The current view sheet set of PrintSetup.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Syntax
| C# |
|---|
public IViewSheetSet CurrentViewSheetSet { get; set; } |
| Visual Basic |
|---|
Public Property CurrentViewSheetSet As IViewSheetSet Get Set |
| Visual C++ |
|---|
public: property IViewSheetSet^ CurrentViewSheetSet { IViewSheetSet^ get (); void set (IViewSheetSet^ value); } |