LayerKeyedCollection.Add (String, Color, Boolean) Method

Adds a layer at the end of this collection.
Public Overridable Function Add( _ 
ByVal layerName As String, _ 
ByVal color As Color, _ 
ByVal visible As Boolean
) As Integer
This language is not supported or no code example is available.
public virtual int Add( 
string layerName
Color color
bool visible 
)
This language is not supported or no code example is available.

Parameters

layerName
string

The layer name

color
Color

The layer color

visible
bool

The layer status

Return Value

int

The layer index.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition