2027 Class
Changes 0
C

AdvancedLossFactor

Description:
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).
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.Lighting.LossFactor
    Autodesk.Revit.DB.Lighting.AdvancedLossFactor
Name Return Type Description Inherited From
C AdvancedLossFactor() None Creates an advanced loss factor object with values set to no loss.
C AdvancedLossFactor(AdvancedLossFactor) None Creates a copy of the given advanced loss factor object
C 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
M Clone() LossFactor Creates a copy of the LossFactor derived object. (Inherited from LossFactor ) LossFactor
M Dispose() None (Inherited from LossFactor ) LossFactor
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object
Name Return Type Description Inherited From
P BallastLossFactor double The ballast loss factor.
P IsValidObject Boolean Specifies whether the .NET object represents a valid Revit entity. (Inherited from LossFactor ) LossFactor
P LampLumenDepreciation double The lamp lumen depreciation loss factor.
P LampTiltLossFactor double The lamp tilt loss factor.
P LossFactorValue double The calculated loss factor value (Inherited from LossFactor ) LossFactor
P LuminaireDirtDepreciation double The luminaire dirt depreciation loss factor.
P SurfaceDepreciationLossFactor double The surface depreciation loss factor.
P TemperatureLossFactor double The temperature loss factor.
P VoltageLossFactor double The voltage loss factor.