Click or drag to resize

EngineNetFactoryAssignOpenBoundaries Method

Assign all boundaries from the BoundaryData object

Namespace:  DHI.Mike1D.Engine
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public void AssignOpenBoundaries(
	BoundaryData bndData,
	IDiagnostics runtimeDiagnostics
)

Parameters

bndData
Type: DHI.Mike1D.BoundaryModuleBoundaryData
runtimeDiagnostics
Type: DHI.Mike1D.GenericIDiagnostics
See Also