LineType(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 LineType( 
string name
float[] pattern
string description = null 
)
This language is not supported or no code example is available.

Parameters

name
string

The line type name.

pattern
float[]

The pattern.

description
string

The line type description.

.NET Framework

Supported in: 4.8

In this article

Definition