[]
        
(Showing Draft Content)

FarPoint.Win.Chart.LightCollection.Remove

Remove Method

Remove(Light)

Removes the specified light from the collection.

Declaration
public bool Remove(Light item)
Public Function Remove(item As Light) As Boolean
Parameters
Type Name Description
Light item

Light to remove.

Returns
Type Description
bool

true if item was successfully removed from the collection; otherwise, false.

Implements