Gets the velocity of channel flow.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.5.1584.0
Syntax
| C# |
|---|
public double Velocity { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Velocity As Double
Get |
| Visual C++ |
|---|
public:
property double Velocity {
double get ();
} |
Remarks
Exceptions
| Exception | Condition |
|---|
| System..::..InvalidOperationException |
Thrown when FlowSegment.FlowType is NOT TR55FlowSegmentType.FlowTypeChannel or TR55FlowSegmentType.FlowTypeShallowConc
Thrown when FlowSegment.IsTravelTimeCalculated is false.
|
See Also