LayerKeyedCollection.Add (String, Color) Method

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

Parameters

layerName
string

The layer name

color
Color

The layer color

Return Value

int

The layer index.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition