Gets or sets the rainfall data of 2-year return period 1-day precipitation accumulation.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.5.1584.0
Syntax
| C# |
|---|
public double Rainfall2yr24hr { get; set; } |
| Visual Basic |
|---|
Public Property Rainfall2yr24hr As Double
Get
Set |
| Visual C++ |
|---|
public:
property double Rainfall2yr24hr {
double get ();
void set (double value);
} |
Remarks
Exceptions
| Exception | Condition |
|---|
| System..::..InvalidOperationException |
Thrown when FlowSegment.FlowType is NOT TR55FlowSegmentType.FlowTypeSheet.
|
| System..::..ArgumentException |
Thrown when setting a negative value.
|
See Also