Eyeshot 10 WinForms API Reference
Visible Property (Entity)

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Entity Class : Visible Property
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

Reference

Entity Class
Entity Members
UpdateBoundingBox Method
UpdateVisibleSelection Method