LinePatternEx(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 LinePatternEx( 
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 line pattern

xRefName
string

The external reference name

description
string

The line pattern description

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition