Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / LayerKeyedCollection Class / Add Method / Add(String) Method
The layer name

In This Topic
    Add(String) Method
    In This Topic
    Adds one Layer at the end of this collection.
    Syntax
    'Declaration
     
    Public Overloads Overridable Function Add( _
       ByVal layerName As String _
    ) As Integer
    public virtual int Add( 
       string layerName
    )

    Parameters

    layerName
    The layer name

    Return Value

    The layer index.
    See Also