Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / orientationType Enumeration

In This Topic
    orientationType Enumeration
    In This Topic
    Viewport orientation type.
    Syntax
    'Declaration
     
    Public Enum orientationType 
       Inherits System.Enum
    public enum orientationType : System.Enum 
    Members
    MemberDescription
    UpAxisY The Y axis direction is up
    UpAxisZ The Z axis direction is up
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             devDept.Graphics.orientationType

    See Also