DrawEdgesParams Constructor

Public Sub New( _ 
ByVal thickness As Single, _ 
Optional ByVal parents As Stack(Of BlockReference) = null _ 
)
This language is not supported or no code example is available.
public DrawEdgesParams( 
float thickness
Stack<BlockReference> parents = null 
)
This language is not supported or no code example is available.

Parameters

thickness
float

parents
Stack<BlockReference>

.NET Framework

Supported in: 4.8

In this article

Definition