Entity.SetVisibility Method

Sets the entity visibility status.
Public Sub SetVisibility( _ 
ByVal status As Boolean, _ 
ByVal parents As Stack(Of BlockReference) _ 
)
This language is not supported or no code example is available.
public void SetVisibility( 
bool status
Stack<BlockReference> parents 
)
This language is not supported or no code example is available.

Parameters

status
bool

The visibility status

parents
Stack<BlockReference>

The parents stack that define a nested instance

Remarks
 
To change the status of a single instance use a full stack of parents starting from the root level.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition