HDDataItemsTimestepOutflow Method |
Outflow out of the network for current time step
Namespace:
DHI.Mike1D.Engine.ModuleHD
Assembly:
DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public HDInOutFlowCalculator TimestepOutflow(
bool detailed
)
Public Function TimestepOutflow (
detailed As Boolean
) As HDInOutFlowCalculator
public:
HDInOutFlowCalculator^ TimestepOutflow(
bool detailed
)
Parameters
- detailed
- Type: SystemBoolean
True if detailed for the entire network, false for only total value
Return Value
Type:
HDInOutFlowCalculator[Missing <returns> documentation for "M:DHI.Mike1D.Engine.ModuleHD.HDDataItems.TimestepOutflow(System.Boolean)"]
See Also