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

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

    Parameters

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