Click or drag to resize

EngineNetFactoryCreateNodeBasin Method

Create an EngineNodeOutlet from an IBasin.

Namespace:  DHI.Mike1D.Engine
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public static EngineNodeBasin CreateNodeBasin(
	IBasin node,
	HDParameterData hdParams
)

Parameters

node
Type: DHI.Mike1D.NetworkDataAccessIBasin
IBasin to create engine basin from
hdParams
Type: DHI.Mike1D.HDParameterDataAccessHDParameterData
HD parameters

Return Value

Type: EngineNodeBasin
An engine basin
See Also