Revit 2025.3 API
View |
The current view sheet set of PrintSetup.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public IViewSheetSet CurrentViewSheetSet { get; set; }
Public Property CurrentViewSheetSet As IViewSheetSet Get Set
public: property IViewSheetSet^ CurrentViewSheetSet { IViewSheetSet^ get (); void set (IViewSheetSet^ value); }
member CurrentViewSheetSet : IViewSheetSet with get, set
Property Value
IViewSheetSetSee Also