Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / Camera.navigationType Enumeration

In This Topic
    Camera.navigationType Enumeration
    In This Topic
    Camera navigation modes.
    Syntax
    'Declaration
     
    Public Enum Camera.navigationType 
       Inherits System.Enum
    public enum Camera.navigationType : System.Enum 
    Members
    MemberDescription
    Examine Rotate the 3D world to study the scene.
    Fly Moves and turns the viewer like a flying airplane.
    Walk Walks around the scene.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             devDept.Eyeshot.Camera.navigationType

    See Also