Layer(String, Color, Boolean) Constructor

Name color and visible constructor. Layer's material is created automatically using the provided color.
Public Sub New( _ 
ByVal name As String, _ 
ByVal color As Color, _ 
ByVal visible As Boolean
)
This language is not supported or no code example is available.
public Layer( 
string name
Color color
bool visible 
)
This language is not supported or no code example is available.

Parameters

name
string

Layer name

color
Color

Layer color

visible
bool

Layer status (On/Off)

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition