Share

AdvancedLossFactor Class

This class encapsulates advanced lighting loss factor calculation.

Inheritance Hierarchy

System.Object
  Autodesk.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

 NameDescription
Public methodAdvancedLossFactor() Creates an advanced loss factor object with values set to no loss.
Public methodAdvancedLossFactor(AdvancedLossFactor) Creates a copy of the given advanced loss factor object
Public methodAdvancedLossFactor(Double, Double, Double, Double, Double, Double, Double) Creates an advanced loss factor object with the given values.

Properties

 NameDescription
Public propertyBallastLossFactor The ballast loss factor.
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
(Inherited from LossFactor)
Public propertyLampLumenDepreciation The lamp lumen depreciation loss factor.
Public propertyLampTiltLossFactor The lamp tilt loss factor.
Public propertyLossFactorValue The calculated loss factor value
(Inherited from LossFactor)
Public propertyLuminaireDirtDepreciation The luminaire dirt depreciation loss factor.
Public propertySurfaceDepreciationLossFactor The surface depreciation loss factor.
Public propertyTemperatureLossFactor The temperature loss factor.
Public propertyVoltageLossFactor The voltage loss factor.

Methods

 NameDescription
Public methodClone Creates a copy of the LossFactor derived object.
(Inherited from LossFactor)
Public methodDispose
(Inherited from LossFactor)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)

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).

See Also

Reference

Was this information helpful?