Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / LayerKeyedCollection Class / Add Method / Add(Layer) Method
The layer to add.

In This Topic
    Add(Layer) Method
    In This Topic
    Adds one Layer at the end of this collection.
    Syntax
    'Declaration
     
    Public Overloads Overrides Function Add( _
       ByVal layer As Layer _
    ) As Integer
    public override int Add( 
       Layer layer
    )

    Parameters

    layer
    The layer to add.

    Return Value

    See Also