Entity.SetSelectability Method

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

Parameters

status
bool

The selectability status

parents
Stack<BlockReference>

The parents stack, stored in the entity, 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.8

In this article

Definition