Entity.Visible Property

Gets or sets the entity visibility status for the top-level.
Public Overridable Property Visible() As Boolean Implements  _ 
IEntity.Visible
This language is not supported or no code example is available.
public virtual bool Visible {get; set;}
This language is not supported or no code example is available.

Property Value

bool

Implements

IEntity.Visible
Remarks
 
When the visibility of an entity changes, it's important to call EntityList.UpdateBoundingBox to properly update the visualization.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition