HDDataItemsTotalOutflow Method  | 
 
            Total outflow out of the network from the start of the simulation
            
 
    Namespace: 
   DHI.Mike1D.Engine.ModuleHD
    Assembly:
   DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic HDInOutFlowCalculator TotalOutflow(
	bool detailed
)
Public Function TotalOutflow ( 
	detailed As Boolean
) As HDInOutFlowCalculator
public:
HDInOutFlowCalculator^ TotalOutflow(
	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.TotalOutflow(System.Boolean)"]
See Also