Item Property (LightCollection)
Gets or sets the light at the specified index.
'Declaration
Public Default Property Item( _
ByVal As Integer _
) As Light
'Usage
Dim instance As LightCollection
Dim index As Integer
Dim value As Light
instance.Item(index) = value
value = instance.Item(index)
Parameters
- index
- Index of the light.
Property Value
Light.