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

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