SelectionInfoItem(Stack<BlockReference>, ISelectableItem) Constructor

Parents and item 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 SelectionInfoItem( 
Stack<BlockReference> parents
ISelectableItem item 
)
This language is not supported or no code example is available.

Parameters

parents
Stack<BlockReference>

item
ISelectableItem

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition