ISelectableItem Interface

Interface for selectable items.
Public Interface ISelectableItem
This language is not supported or no code example is available.
public interface ISelectableItem
This language is not supported or no code example is available.
Name Description
Public property Selectable Gets or sets the value that tells if the item can be selected.
Public property Selected Gets or sets the selection status.
Top
Methods
 
Name Description
Public method ClearSelectionForAllInstances() Clears the selection info for all instances.
Public method GetSelection(Stack<BlockReference>) Tells if the instance referred by the stack of parents is selected.
Public method IsAnyInstanceSelected() Tells if there is at least an instance selected.
Public method IsSelected(Stack<BlockReference>) Obsolete. Tells if the instance referred by the stack of parents is selected.
Top

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition