LayerEx(String, Color, String, Single, Boolean, Boolean) Constructor

Public Sub New( _ 
ByVal name As String, _ 
ByVal color As Color, _ 
ByVal lineTypeName As String, _ 
ByVal lineWeight As Single, _ 
ByVal visible As Boolean, _ 
ByVal locked As Boolean
)
This language is not supported or no code example is available.
public LayerEx( 
string name
Color color
string lineTypeName
float lineWeight
bool visible
bool locked 
)
This language is not supported or no code example is available.

Parameters

name
string

<default>

color
Color

<default>

lineTypeName
string

<default>

lineWeight
float

<default>

visible
bool

<default>

locked
bool

<default>

.NET Framework

Supported in: 4.8

In this article

Definition