Revit 2026 API
Advanced |
Creates a copy of the given advanced loss factor object
Namespace: Autodesk.Revit.DB.Lighting
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public AdvancedLossFactor( AdvancedLossFactor other )
Public Sub New ( other As AdvancedLossFactor )
public: AdvancedLossFactor( AdvancedLossFactor^ other )
new : other : AdvancedLossFactor -> AdvancedLossFactor
Parameters
- other AdvancedLossFactor
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
See Also