An enumerated type listing available view types.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)

Syntax

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

Members

Member nameDescription
UndefinedUndefined/unspecified type of view.
FloorPlanFloor plan type of view.
CeilingPlanReflected ceiling plan type of view.
ElevationElevation type of view.
ThreeD3-D type of view.
ScheduleSchedule type of view.
DrawingSheetDrawing sheet type of view.
ProjectBrowserThe project browser view.
ReportReport type of view.
DraftingViewDrafting type of view.
LegendLegend type of view.
SystemBrowserThe MEP system browser view.
EngineeringPlanStructural plan or Engineering plan type of view.
AreaPlanArea plan type of view.
SectionCross section type of view.
DetailDetail type of view.
CostReportCost Report view.
LoadsReportLoads Report view.
PresureLossReportPressure Loss Report view.
ColumnScheduleColumn Schedule type of view.
PanelSchedulePanel Schedule Report view.
WalkthroughWalk-Through type of 3D view.
RenderingRendering type of view.
SystemsAnalysisReport Systems analysis report view.
InternalRevit's internal type of view

See Also