LineTypeEx(String, Single(), String, String) Constructor

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

Parameters

name
string

pattern
float[]

The pattern

xRefName
string

The external reference name

description
string

The line type description

.NET Framework

Supported in: 4.8

In this article

Definition