SelectedItemBase(Stack<BlockReference>, ISelectableItem) Constructor

Constructor.
Public Sub New( _ 
ByVal parents As Stack(Of BlockReference), _ 
ByVal item As ISelectableItem
)
This language is not supported or no code example is available.
public SelectedItemBase( 
Stack<BlockReference> parents
ISelectableItem item 
)
This language is not supported or no code example is available.

Parameters

parents
Stack<BlockReference>

The parents stack (the top of the stack must be the innermost BlockReference)

item
ISelectableItem

The item

.NET Framework

Supported in: 4.8

In this article

Definition