This class encapsulates advanced lighting loss factor calculation.
Inheritance Hierarchy
System.ObjectAutodesk.Revit.DB.Lighting.LossFactor
Autodesk.Revit.DB.Lighting.AdvancedLossFactor
Namespace: Autodesk.Revit.DB.Lighting
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public class AdvancedLossFactor : LossFactor
The AdvancedLossFactor type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | AdvancedLossFactor() | Creates an advanced loss factor object with values set to no loss. |
![]() | AdvancedLossFactor(AdvancedLossFactor) | Creates a copy of the given advanced loss factor object |
![]() | AdvancedLossFactor(Double, Double, Double, Double, Double, Double, Double) | Creates an advanced loss factor object with the given values. |
Properties
Name | Description | |
---|---|---|
![]() | BallastLossFactor | The ballast loss factor. |
![]() | IsValidObject |
Specifies whether the .NET object represents a valid Revit entity.
(Inherited from LossFactor) |
![]() | LampLumenDepreciation | The lamp lumen depreciation loss factor. |
![]() | LampTiltLossFactor | The lamp tilt loss factor. |
![]() | LossFactorValue |
The calculated loss factor value
(Inherited from LossFactor) |
![]() | LuminaireDirtDepreciation | The luminaire dirt depreciation loss factor. |
![]() | SurfaceDepreciationLossFactor | The surface depreciation loss factor. |
![]() | TemperatureLossFactor | The temperature loss factor. |
![]() | VoltageLossFactor | The voltage loss factor. |
Methods
Name | Description | |
---|---|---|
![]() | Clone |
Creates a copy of the LossFactor derived object.
(Inherited from LossFactor) |
![]() | Dispose | (Inherited from LossFactor) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object) |