ViewFamily Enumeration

An enumerated type that corresponds to the type of a Revit view.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public enum ViewFamily
Members
Member nameValueDescription
Invalid101 Invalid view type.
ThreeDimensional102 3D view.
Walkthrough103 Walkthrough view.
ImageView104 Rendering view.
Schedule105 Schedule view.
CostReport106 Cost report view (obsolete).
Sheet107 Sheet view.
Drafting108 Drafting view.
FloorPlan109 Floor plan view.
AreaPlan110 Area plan view.
CeilingPlan111 Ceiling plan view.
Section112 Section view.
Detail113 Detail view.
Elevation114 Elevation view.
LoadsReport115 HVAC load report.
PressureLossReport116 Pressure loss report.
Legend117 Legend view.
PanelSchedule118 Panel schedule.
GraphicalColumnSchedule119 Graphical column schedule.
StructuralPlan120 Structural plan view.
SystemsAnalysisReport121 Systems analysis report.
See Also