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

color
Color

lineTypeName
string

lineWeight
float

visible
bool

locked
bool

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition