LineType(Single(), String) Constructor

NOTE: This member is now obsolete. Use the constructor that accepts the name as first parameter instead.

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

Parameters

pattern
float[]

The pattern.

description
string

The line type description.

.NET Framework

Supported in: 4.8

In this article

Definition