RVTDocs.com

PhotometricWebLightDistribution(String, Double)

Constructor
Description:
Creates a photometric web light distribution object with the given filename and tilt.
Syntax
public PhotometricWebLightDistribution(
	string photometricWebFile,
	double tiltAngle
)
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.