Share

Catchment.ShallowFlowTravelTime Property

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.8.0.280

Syntax

C#

public double ShallowFlowTravelTime { get; }

VB

Public ReadOnly Property ShallowFlowTravelTime As Double
	Get

C++

public:
property double ShallowFlowTravelTime {
	double get ();
}

Property Value

Double

Remarks

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

See Also

Reference

Was this information helpful?