DisplayStyle Enumeration

Display type of the view.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public enum DisplayStyle
Members
Member nameValueDescription
Undefined0 View does not use Render Type
Wireframe1 Wireframe
HLR2 Hidden Line Removal
Shading3 Shading
ShadingWithEdges4 Shading With Edges
Rendering5 Rendering
Realistic6 Realistic
FlatColors7 Flat Colors
RealisticWithEdges8 Realistic With Edges
Textures9 Textures
See Also