Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ObjectManipulator Class / RotateY Property

In This Topic
    RotateY Property
    In This Topic
    Gets or sets the properties of the arc for the rotation around Y axis.
    Syntax
    'Declaration
     
    Public Property RotateY As ObjectManipulatorPartProperties
    public ObjectManipulatorPartProperties RotateY {get; set;}
    Remarks
    You need to call the ViewportLayout.CompileUserInterfaceElements to see the effect of your changes at run-time.
    See Also