Gets or sets the longest Time of Concentration of flow-in catchments.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public double CatchmentsTimeOfConcentration { get; set; }
VB
Public Property CatchmentsTimeOfConcentration As Double Get Set
C++
public: property double CatchmentsTimeOfConcentration { double get (); void set (double value); }
Property Value
DoubleExceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown when setting a new value in case one or more catchments are connected to this structure. |