Revit 2026 API
View |
All views that can be printed.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public ViewSet AvailableViews { get; }
Public ReadOnly Property AvailableViews As ViewSet Get
public: property ViewSet^ AvailableViews { ViewSet^ get (); }
member AvailableViews : ViewSet with get
Property Value
ViewSetUsers can select the view/sheet from this view set to printing.
See Also