'Usage Dim instance As LightCollection Dim item As Light Dim value As Boolean value = instance.Remove(item)
Parameters
- item
- Light to remove.
Return Value
true if item was successfully removed from the collection; otherwise, false.
'Usage Dim instance As LightCollection Dim item As Light Dim value As Boolean value = instance.Remove(item)