Lights.Item Property
Parent Object: LightsDescription
Returns the specified Light from the collection.
Syntax
Lights.Item( Index As Variant ) As LightProperty Value
This is a read only property whose value is a Light.Parameters
Name | Type | Description |
Index | Variant | Value that specifies the index number of the Light to return. If an out of range index is provided, an error will occur. |