LightFamily.GetLightType
Method
Description:
Return a LightType object for the light type at the given index
Return a LightType object for the light type at the given index
Parameters
| Parameter | Type | Description |
|---|---|---|
| index | Int32 | The index of the light type |
Return Value
| Type | Description |
|---|---|
| LightType | A LightType object for the light type at the given index |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The index is the argument that is being validated The index is not valid because it does not correspond to a valid light type |