PartKnownFlow 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.292
Syntax
public double KnownFlow { get; set; }

Property Value

Double
Exceptions
ExceptionCondition
ArgumentException Thrown when setting a negative double value.
See Also