Gets or sets the the known flow to a network part. This value is used by the Analyze Gravity Network command in addition to any flow resulting from a catchment.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public double KnownFlow { get; set; }
VB
Public Property KnownFlow As Double Get Set
C++
public: property double KnownFlow { double get (); void set (double value); }
Property Value
DoubleExceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when setting a negative double value. |