Revit 2026 API
View |
The current view sheet set of PrintSetup.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.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