PrintRange Enumeration
An enumerated type listing all Print Range types of Print.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)

Syntax

C#
public enum PrintRange
Visual Basic
Public Enumeration PrintRange
Visual C++
public enum class PrintRange

Members

Member nameDescription
CurrentA range that represents just the currently active view.
VisibleVisible portion of current window.
SelectA range that represents a list of selected views and sheets.

See Also