Share

FlowSegment.Rainfall2yr24hr Property

Gets or sets the rainfall data of 2-year return period 1-day precipitation accumulation.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public double Rainfall2yr24hr { get; set; }

VB

Public Property Rainfall2yr24hr As Double
	Get
	Set

C++

public:
property double Rainfall2yr24hr {
	double get ();
	void set (double value);
}

Property Value

Double

Exceptions

ExceptionCondition
InvalidOperationException Thrown when FlowSegment.FlowType is NOT TR55FlowSegmentType.FlowTypeSheet.
ArgumentException Thrown when setting a negative value.

Remarks

  • This property only takes part in TR-55 calculation when FlowSegment.FlowType is TR55FlowSegmentType.FlowTypeSheet.
  • The unit of value is defined by the drawing unit in drawing settings (CivilDocument.Settings.DrawingSettings.UnitZoneSettings.DrawingUnits). Drawing Unit is feet: inch/hr; Drawing unit is meter: cm/hr.

See Also

Reference

Was this information helpful?