Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / Layer Class / Visible Property

In This Topic
    Visible Property (Layer)
    In This Topic
    Gets or sets layer status (On/Off).
    Syntax
    'Declaration
     
    Public Overridable Property Visible As Boolean
    public virtual bool Visible {get; set;}
    Remarks
    When changing the visibility of a Layer, call EntityList.UpdateBoundingBox to avoid visualization problems.
    See Also