BasicLossFactor(BasicLossFactor) Constructor |
Creates a copy of the given basic loss factor object
Namespace: Autodesk.Revit.DB.LightingAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic BasicLossFactor(
BasicLossFactor other
)
Public Sub New (
other As BasicLossFactor
)
public:
BasicLossFactor(
BasicLossFactor^ other
)
new :
other : BasicLossFactor -> BasicLossFactor
Parameters
- other BasicLossFactor
-
Exceptions
See Also