Revit 2025.3 API
View |
All views that can be printed.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.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