UndergroundStorageTravelTimeLength Property |
Gets the length to calculate the travel time.
Used only for the purpose of calculating Time of Travel. Normally, it is indicating the maximum path length through the stormwater control.
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
Exceptions| Exception | Condition |
|---|
| ArgumentException |
Thrown when setting the property with a negative value.
|
See Also