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

In This Topic
    Add(String,Color,Boolean) Method
    In This Topic
    Adds a layer at the end of this collection.
    Syntax
    'Declaration
     
    Public Overloads Overridable Function Add( _
       ByVal layerName As String, _
       ByVal color As Color, _
       ByVal visible As Boolean _
    ) As Integer
    public virtual int Add( 
       string layerName,
       Color color,
       bool visible
    )

    Parameters

    layerName
    The layer name
    color
    The layer color
    visible
    The layer status

    Return Value

    The layer index.
    See Also