Eyeshot 10 WinForms API Reference
AddRange Method (LayerList)

WinForms Assembly > devDept.Eyeshot Namespace > LayerList Class : AddRange Method
A list of layers to add
Adds the Layers of the specified collection to the end of this one.
Syntax
'Declaration
 
Public Overridable Sub AddRange( _
   ByVal layerList As IList(Of Layer) _
) 
public virtual void AddRange( 
   IList<Layer> layerList
)

Parameters

layerList
A list of layers to add
See Also

Reference

LayerList Class
LayerList Members