Share

Connector.AssignedDuctFlowConfiguration Property

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

DuctFlowConfigurationType

Exceptions

ExceptionCondition
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.

Remarks

Assigned duct flow configuration may be assigned for connectors of some family instances.

See Also

Reference

Was this information helpful?