Revit 2021.1 API |
Connector..::..Flow Property |
Connector Class See Also |
The flow of the connector.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Syntax
C# |
---|
public double Flow { get; } |
Visual Basic |
---|
Public ReadOnly Property Flow As Double Get |
Visual C++ |
---|
public: property double Flow { double get (); } |
Remarks
Instantaneous flow at this connector, calculated according to system.
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions..::..InvalidOperationException | Thrown when the connector's domain is not DomainPiping or DomainHvac. |