Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / LayerKeyedCollection Class / AddRange Method
A list of layers to add

In This Topic
    AddRange Method (LayerKeyedCollection)
    In This Topic
    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