Share

Connector.AssignedDuctLossMethod Property

The duct loss method of the connector.


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

Syntax

C#

public DuctLossMethodType AssignedDuctLossMethod { get; }

Property Value

DuctLossMethodType

Exceptions

ExceptionCondition
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

Reference

Was this information helpful?