PhotometricWebLightDistribution(String, Double) Constructor |
Creates a photometric web light distribution object with the given filename and tilt.
Namespace: Autodesk.Revit.DB.LightingAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic PhotometricWebLightDistribution(
string photometricWebFile,
double tiltAngle
)
Public Sub New (
photometricWebFile As String,
tiltAngle As Double
)
public:
PhotometricWebLightDistribution(
String^ photometricWebFile,
double tiltAngle
)
new :
photometricWebFile : string *
tiltAngle : float -> PhotometricWebLightDistribution
Parameters
- 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.
Exceptions
See Also