Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / Viewport Class / Navigation Property

In This Topic
    Navigation Property
    In This Topic
    Gets or sets the Navigation settings for the Camera.navigationType.Walk and Camera.navigationType.Fly camera navigation modes.
    Syntax
    'Declaration
     
    Public Property Navigation As NavigationSettings
    public NavigationSettings Navigation {get; set;}
    See Also