Creates a photometric web light distribution object with the given filename and tilt.
Namespace: Autodesk.Revit.DB.Lighting
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2013
Syntax
C# |
---|
public PhotometricWebLightDistribution(
string photometricWebFile,
double tiltAngle
) |
Visual Basic |
---|
Public Sub New ( _
photometricWebFile As String, _
tiltAngle As Double _
) |
Visual C++ |
---|
public:
PhotometricWebLightDistribution(
String^ photometricWebFile,
double tiltAngle
) |
Parameters
- photometricWebFile
- Type: System..::..String
The filename of the IES file to use.
- tiltAngle
- Type: System..::..Double
The tilt angle as a numerical value in degrees between -180.0 and 180.0.
Exceptions
See Also