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.0.4.0 (26.0.4.0)
Syntax
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