Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / RotateUp Method
Degrees of rotation

In This Topic
    RotateUp Method
    In This Topic
    Rotates the view upwards.
    Syntax
    'Declaration
     
    Public Sub RotateUp( _
       ByVal degrees As Double _
    ) 
    public void RotateUp( 
       double degrees
    )

    Parameters

    degrees
    Degrees of rotation
    See Also