ViewType Enumeration

An enumerated type listing available view types.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public enum ViewType
Members
Member nameValueDescription
AreaPlan116Area plan type of view.
CeilingPlan2Reflected ceiling plan type of view.
ColumnSchedule122Column Schedule type of view.
CostReport119Cost Report view.
Detail118Detail type of view.
DraftingView10Drafting type of view.
DrawingSheet6Drawing sheet type of view.
Elevation3Elevation type of view.
EngineeringPlan115Structural plan or Engineering plan type of view.
FloorPlan1Floor plan type of view.
Internal214Revit's internal type of view
Legend11Legend type of view.
LoadsReport120Loads Report view.
PanelSchedule123Panel Schedule Report view.
PresureLossReport121Pressure Loss Report view.
ProjectBrowser7The project browser view.
Rendering125Rendering type of view.
Report8Report type of view.
Schedule5Schedule type of view.
Section117Cross section type of view.
SystemBrowser12The MEP system browser view.
SystemsAnalysisReport126 Systems analysis report view.
ThreeD43-D type of view.
Undefined0Undefined/unspecified type of view.
Walkthrough124Walk-Through type of 3D view.
See Also