LayerKeyedCollection.AddRange Method

Adds the Layers of the specified collection to the end of this one.
Public Overridable Sub AddRange( _ 
ByVal layerList As IList(Of Layer) _ 
)
This language is not supported or no code example is available.
public virtual void AddRange( 
IList<Layer> layerList 
)
This language is not supported or no code example is available.

Parameters

layerList
IList<Layer>

A list of layers to add

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition