Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / displayType Enumeration

In This Topic
    displayType Enumeration
    In This Topic
    Viewport display type.
    Syntax
    'Declaration
     
    Public Enum displayType 
       Inherits System.Enum
    public enum displayType : System.Enum 
    Members
    MemberDescription
    Flat Flat Shading (entities are drawn with full colors, without lighting effects)
    HiddenLines Hidden lines
    Rendered Shaded applying materials
    Shaded Shaded
    Wireframe Wireframe
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             devDept.Eyeshot.displayType

    See Also