Share

Part.KnownFlow Property

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

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

Double

Exceptions

ExceptionCondition
ArgumentException Thrown when setting a negative double value.

See Also

Reference

Was this information helpful?