Entity.Selectable Property

Gets or sets the value that tells if the top-level item can be selected.
Public Overridable Property Selectable() As Boolean Implements  _ 
ISelectableItem.Selectable
This language is not supported or no code example is available.
public virtual bool Selectable {get; set;}
This language is not supported or no code example is available.

Property Value

bool

Implements

ISelectableItem.Selectable
Remarks
 
To gets or sets the selectable status of the instances inside nested BlockReferences use GetSelectability and SetSelectability.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition