LightTypeSetLossFactor Method |
Replace the current loss factor object with the given object
Namespace: Autodesk.Revit.DB.LightingAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic void SetLossFactor(
LossFactor lossFactor
)
Public Sub SetLossFactor (
lossFactor As LossFactor
)
public:
void SetLossFactor(
LossFactor^ lossFactor
)
member SetLossFactor :
lossFactor : LossFactor -> unit
Parameters
- lossFactor LossFactor
-
An object derived from a LossFactor object
Exceptions
Remarks
The argument object is cloned
See Also