Entity.SetSelection Method

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

Parameters

status
bool

The selection status

parents
Stack<BlockReference>

The parents stack that define a nested instance

.NET Framework

Supported in: 4.8

In this article

Definition