Share

ExportRange Enumeration

This enum is used to define what view, part of the view, or list of views will be exported.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public enum ExportRange

Members

Member nameValueDescription
CurrentView0 Export the current view only (zoom to fit of the current view).
SetOfViews2 Export a set of views (set in ViewsAndSheets).
VisibleRegionOfCurrentView1 Export the visible region of the current view.

See Also

Reference

Was this information helpful?