AdvancedLossFactor
Description:
This class encapsulates advanced lighting loss factor calculation.
This class encapsulates advanced lighting loss factor calculation.
Remarks:
Advanced lighting loss factor is a combination of several different factors. Each factor has a value of 0.0 (total loss) to 1.0 (no loss).
Advanced lighting loss factor is a combination of several different factors. Each factor has a value of 0.0 (total loss) to 1.0 (no loss).
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.Lighting.LossFactor
Autodesk.Revit.DB.Lighting.AdvancedLossFactor
System.Object
Autodesk.Revit.DB.Lighting.LossFactor
Autodesk.Revit.DB.Lighting.AdvancedLossFactor
public class AdvancedLossFactor : LossFactor
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| AdvancedLossFactor() | None | Creates an advanced loss factor object with values set to no loss. | |
| AdvancedLossFactor(AdvancedLossFactor) | None | Creates a copy of the given advanced loss factor object | |
| AdvancedLossFactor(Double, Double, Double, Double, Double, Double, Double) | None | Creates an advanced loss factor object with the given values. |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Clone() | LossFactor | Creates a copy of the LossFactor derived object. (Inherited from LossFactor ) | LossFactor |
| Dispose() | None | (Inherited from LossFactor ) | LossFactor |
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| GetHashCode | None | Serves as the default hash function. (Inherited from Object ) | Object |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| BallastLossFactor | double | The ballast loss factor. | |
| IsValidObject | Boolean | Specifies whether the .NET object represents a valid Revit entity. (Inherited from LossFactor ) | LossFactor |
| LampLumenDepreciation | double | The lamp lumen depreciation loss factor. | |
| LampTiltLossFactor | double | The lamp tilt loss factor. | |
| LossFactorValue | double | The calculated loss factor value (Inherited from LossFactor ) | LossFactor |
| LuminaireDirtDepreciation | double | The luminaire dirt depreciation loss factor. | |
| SurfaceDepreciationLossFactor | double | The surface depreciation loss factor. | |
| TemperatureLossFactor | double | The temperature loss factor. | |
| VoltageLossFactor | double | The voltage loss factor. |