The current view sheet set of PrintSetup.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
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); } |