Gets the travel time(hours) of Shallow Flow Segments for TR-55 TOC method.

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

Syntax

C#
public double ShallowFlowTravelTime { get; }
Visual Basic
Public ReadOnly Property ShallowFlowTravelTime As Double
	Get
Visual C++
public:
property double ShallowFlowTravelTime {
	double get ();
}

Remarks

This value only works when TOC(Tim of Concentration) method is TR-55.

See Also