DrawSilhouettesParams(Stack<BlockReference>) Constructor

Empty constructor.
Public Sub New( _ 
Optional ByVal parents As Stack(Of BlockReference) = null _ 
)
This language is not supported or no code example is available.
public DrawSilhouettesParams( 
Stack<BlockReference> parents = null 
)
This language is not supported or no code example is available.

Parameters

parents
Stack<BlockReference>

The stack of the parents of the current BlockReference.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition