Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / EntityList Class / Remove Method
The object to remove from this collection

In This Topic
    Remove Method (EntityList)
    In This Topic
    Removes the first occurrence of a specific entity from this collection.
    Syntax
    'Declaration
     
    Public Overrides Function Remove( _
       ByVal entity As Entity _
    ) As Boolean
    public override bool Remove( 
       Entity entity
    )

    Parameters

    entity
    The object to remove from this collection

    Return Value

    True if entity is successfully removed; otherwise, false. This method also returns false if entity was not found in this collection.
    See Also