StructureCatchmentsTimeOfConcentration Property |
Gets or sets the longest Time of Concentration of flow-in catchments.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic double CatchmentsTimeOfConcentration { get; set; }
Public Property CatchmentsTimeOfConcentration As Double
Get
Set
public:
property double CatchmentsTimeOfConcentration {
double get ();
void set (double value);
}
Property Value
Double
ExceptionsException | Condition |
---|
InvalidOperationException |
Thrown when setting a new value in case one or more catchments are connected to this structure.
|
Remarks
This property is read-only if one or more catchments are connected to this
structure (Structure.ConnectedCatchmentIds.Count > 0).
See Also