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