PhotometricWebLightDistribution(String, Double)
Constructor
Description:
Creates a photometric web light distribution object with the given filename and tilt.
Creates a photometric web light distribution object with the given filename and tilt.
Parameters
| Parameter | Type | Description |
|---|---|---|
| photometricWebFile | String | The filename of the IES file to use. |
| tiltAngle | Double | The tilt angle as a numerical value in degrees between -180.0 and 180.0. |
Return Value
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
| ArgumentOutOfRangeException | The angle is not valid because it is not between -180.0 and 180.0. |