Replace the current loss factor object with the given object
Namespace: Autodesk.Revit.DB.LightingAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public void SetLossFactor(
LossFactor lossFactor
)
Parameters
- lossFactor LossFactor
-
An object derived from a LossFactor object
Exceptions
Remarks
The argument object is cloned
See Also
Reference