ConnectorAssignedDuctFlowConfiguration Property |
The assigned duct flow configuration of the connector.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic DuctFlowConfigurationType AssignedDuctFlowConfiguration { get; }
Public ReadOnly Property AssignedDuctFlowConfiguration As DuctFlowConfigurationType
Get
public:
property DuctFlowConfigurationType AssignedDuctFlowConfiguration {
DuctFlowConfigurationType get ();
}
member AssignedDuctFlowConfiguration : DuctFlowConfigurationType with get
Property Value
DuctFlowConfigurationType
Exceptions
RemarksAssigned duct flow configuration may be assigned for connectors of some family instances.
See Also