LinePattern(String, Single(), String) Constructor

Standard constructor.
Public Sub New( _ 
ByVal name As String, _ 
ByVal pattern As Single(), _ 
Optional ByVal description As String = null _ 
)
This language is not supported or no code example is available.
public LinePattern( 
string name
float[] pattern
string description = null 
)
This language is not supported or no code example is available.

Parameters

name
string

The pattern name.

pattern
float[]

The pattern.

description
string

The pattern description.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition