Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / EntityList Class / Add Method / Add(Entity,String) Method
The entity to be added
The destination layer name

In This Topic
    Add(Entity,String) Method
    In This Topic
    Adds one devDept.Eyeshot.Entities.Entity at the end of this collection using the specified the layer.
    Syntax
    'Declaration
     
    Public Overloads Sub Add( _
       ByVal entity As Entity, _
       ByVal layerName As String _
    ) 
    public void Add( 
       Entity entity,
       string layerName
    )

    Parameters

    entity
    The entity to be added
    layerName
    The destination layer name
    See Also