IViewSheetSet Interface


IView Sheet Set Interface

This interface represents a selected set of views/sheets which will be used for printing.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public interface IViewSheetSet

The IViewSheetSet type exposes the following members.

Properties
Name Description
Public property IsAutomatic Automatic order or manual order.
Public property OrderedViewList Ordered views.
Public property SheetOrganizationId ElementId to the BrowserOrganization for sheets.
Public property ViewOrganizationId ElementId to the BrowserOrganization for non-sheet views.
Public property Views The views.
Top
See Also