Eyeshot 9.0 WinForms API Reference
Remove Method (EntityList)

WinForms Assembly > devDept.Eyeshot Namespace > EntityList Class : Remove Method
The object to remove from this collection
Removes the first occurrence of a specific entity from this collection.
Syntax
'Declaration
 
Public Overrides Function Remove( _
   ByVal item As Entity _
) As Boolean
public override bool Remove( 
   Entity item
)

Parameters

item
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

Reference

EntityList Class
EntityList Members