Click or drag to resize

UrbanRiverOutputSpecsTransferRiverUrbanNodeOutput2Results Method

Set output data for node coupled to another river/urban model.

Namespace:  DHI.Mike1D.Engine.Couplings
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public void TransferRiverUrbanNodeOutput2Results(
	EngineNode boundaryNode,
	double outflowToExternalModel,
	double externalWaterLevel
)

Parameters

boundaryNode
Type: DHI.Mike1D.EngineEngineNode

[Missing <param name="boundaryNode"/> documentation for "M:DHI.Mike1D.Engine.Couplings.UrbanRiverOutputSpecs.TransferRiverUrbanNodeOutput2Results(DHI.Mike1D.Engine.EngineNode,System.Double,System.Double)"]

outflowToExternalModel
Type: SystemDouble

[Missing <param name="outflowToExternalModel"/> documentation for "M:DHI.Mike1D.Engine.Couplings.UrbanRiverOutputSpecs.TransferRiverUrbanNodeOutput2Results(DHI.Mike1D.Engine.EngineNode,System.Double,System.Double)"]

externalWaterLevel
Type: SystemDouble

[Missing <param name="externalWaterLevel"/> documentation for "M:DHI.Mike1D.Engine.Couplings.UrbanRiverOutputSpecs.TransferRiverUrbanNodeOutput2Results(DHI.Mike1D.Engine.EngineNode,System.Double,System.Double)"]

See Also