Entity.GetSelectability Method

Gets the entity selectability status.
Public Function GetSelectability( _ 
ByVal parents As Stack(Of BlockReference) _ 
) As Boolean
This language is not supported or no code example is available.
public bool GetSelectability( 
Stack<BlockReference> parents 
)
This language is not supported or no code example is available.

Parameters

parents
Stack<BlockReference>

The parents stack that define a nested instance

Return Value

bool

True if the entity is selectable

Remarks
 
If the selectability for the given parents stack has not been set, returns the Selectable value.

.NET Framework

Supported in: 4.8

In this article

Definition