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

In This Topic
    Add(Entity) Method
    In This Topic
    Adds one devDept.Eyeshot.Entities.Entity at the end of this collection.
    Syntax
    'Declaration
     
    Public Overloads Overrides Sub Add( _
       ByVal entity As Entity _
    ) 
    public override void Add( 
       Entity entity
    )

    Parameters

    entity
    The entity to be added.
    See Also