PhotometricWebLightDistribution
Description:
This class encapsulates a photometric web light distribution.
This class encapsulates a photometric web light distribution.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.Lighting.LightDistribution
Autodesk.Revit.DB.Lighting.PhotometricWebLightDistribution
System.Object
Autodesk.Revit.DB.Lighting.LightDistribution
Autodesk.Revit.DB.Lighting.PhotometricWebLightDistribution
public class PhotometricWebLightDistribution : LightDistribution
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| PhotometricWebLightDistribution(PhotometricWebLightDistribution) | None | Creates a copy of the given photometric web light distribution | |
| PhotometricWebLightDistribution(String, Double) | None | Creates a photometric web light distribution object with the given filename and tilt. |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Clone() | LightDistribution | Creates a copy of the LightDistribution derived object. | LightDistribution |
| Dispose() | None | Releases all resources used by the | LightDistribution |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| PhotometricWebFile | string | The filename of an IES photometric web file. | |
| TiltAngle | double | The tilt angle. | |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. | LightDistribution |