Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / LayerKeyedCollection Class / LayerKeyedCollection Constructor / LayerKeyedCollection Constructor(Layer)
The default layer that will be added to the collection.

In This Topic
    LayerKeyedCollection Constructor(Layer)
    In This Topic
    Constructor with default layer.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal defaultLayer As Layer _
    )
    public LayerKeyedCollection( 
       Layer defaultLayer
    )

    Parameters

    defaultLayer
    The default layer that will be added to the collection.
    See Also