PrintRange Enumeration

An enumerated type listing all Print Range types of Print.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public enum PrintRange
Members
Member nameValueDescription
Current0A range that represents just the currently active view.
Visible1Visible portion of current window.
Select2A range that represents a list of selected views and sheets.
See Also