AssignedDuctLossMethod Property


Connector Assigned Duct Loss Method Property

The duct loss method of the connector.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public DuctLossMethodType AssignedDuctLossMethod { get; }

Property Value

DuctLossMethodType
Exceptions
Exception Condition
InvalidOperationException Thrown when the connector's domain is not DomainHvac. Thrown when the connector is not in family instance.
InvalidOperationException Thrown on failure to get duct loss method.
Remarks
Assigned duct loss method may be assigned for connectors of some family instances.
See Also