Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / CoordinateSystemBase Class / LabelAxisZ Property

In This Topic
    LabelAxisZ Property (CoordinateSystemBase)
    In This Topic
    Gets or sets the Z axis label.
    Syntax
    'Declaration
     
    Public Overridable Property LabelAxisZ As String
    public virtual string LabelAxisZ {get; set;}
    Remarks
    You need to call the ViewportLayout.CompileUserInterfaceElements to see the effect of your changes at run-time.
    See Also