LayerKeyedCollection.Add (String) Method

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

Parameters

layerName
string

The layer name

Return Value

int

The layer index.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition