'Usage Dim instance As LightCollection Dim item As Light Dim value As Integer value = instance.IndexOf(item)
Parameters
- item
- Light to locate in collection.
Return Value
Index of the light if light is found in the collection; otherwise, -1.
'Usage Dim instance As LightCollection Dim item As Light Dim value As Integer value = instance.IndexOf(item)