The assigned duct flow configuration of the connector.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public DuctFlowConfigurationType AssignedDuctFlowConfiguration { get; }
Property Value
DuctFlowConfigurationTypeExceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown when the connector's domain is not DomainHvac. Thrown when the connector is not in a family instance. |
InvalidOperationException | Thrown on failure to get duct flow configuration. |