Share

LightType.SetLossFactor Method

Replace the current loss factor object with the given object


Namespace: Autodesk.Revit.DB.Lighting
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public void SetLossFactor(
	LossFactor lossFactor
)

Parameters

lossFactor  LossFactor
An object derived from a LossFactor object

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

Remarks

The argument object is cloned

See Also

Reference

Was this information helpful?