PhotometricWebLightDistribution(String, Double)
Public Constructor
ArgumentNullException
ArgumentOutOfRangeException
Creates a photometric web light distribution object with the given filename and tilt.
Namespace: Autodesk.Revit.DB.Lighting
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public PhotometricWebLightDistribution( string photometricWebFile, double tiltAngle)
Parameters
photometricWebFileString
The filename of the IES file to use.
tiltAngleDouble
The tilt angle as a numerical value in degrees between -180.0 and 180.0.
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.