Model.SetSelectionScope Method

Sets the parents stack that represents the starting point for the selection.
Public Sub SetSelectionScope( _ 
ByVal parents As Stack(Of BlockReference) _ 
)
This language is not supported or no code example is available.
public void SetSelectionScope( 
Stack<BlockReference> parents 
)
This language is not supported or no code example is available.

Parameters

parents
Stack<BlockReference>

Remarks
 
The top most element of the stack is the inner most BlockReference (the last parent of the hierarchy).

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition