An enumerated type listing all Print Range types of Print.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public enum PrintRange
Members
| Member name | Value | Description |
|---|---|---|
| Current | 0 | A range that represents just the currently active view. |
| Select | 2 | A range that represents a list of selected views and sheets. |
| Visible | 1 | Visible portion of current window. |
