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

In This Topic
    Visible Property (Entity)
    In This Topic
    Gets or sets the entity visibility status.
    Syntax
    'Declaration
     
    Public Overridable Property Visible As Boolean
    public virtual bool Visible {get; set;}
    Remarks
    When the visibility of an entity changes, it's important to call devDept.Eyeshot.EntityList.UpdateBoundingBox to properly update the visualization.
    See Also