Display type of the view.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public enum DisplayStyle
Members
Member name | Value | Description |
---|---|---|
FlatColors | 7 | Flat Colors |
HLR | 2 | Hidden Line Removal |
Realistic | 6 | Realistic |
RealisticWithEdges | 8 | Realistic With Edges |
Rendering | 5 | Rendering |
Shading | 3 | Shading |
ShadingWithEdges | 4 | Shading With Edges |
Textures | 9 | Textures |
Undefined | 0 | View does not use Render Type |
Wireframe | 1 | Wireframe |