Entity.Visible Property

Gets or sets the entity visibility status for the top-level.
Public Overridable Property Visible() As Boolean
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
Remarks
 

When the visibility of an entity changes, it's important to call Environment.UpdateBoundingBox to properly update the visualization.

To gets or sets the visibility status of the instances inside nested BlockReferences use GetVisibility and SetVisibility.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition