PondTravelTimeLength Property |
Gets the length used to calculate travel time through the pond.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntaxpublic double TravelTimeLength { get; }Public ReadOnly Property TravelTimeLength As Double
Get
public:
property double TravelTimeLength {
double get ();
}Property Value
Double
Remarks
This value is only used when calculating time of travel. Typically, it indicates the maximum flow path length through the pond.
See Also