Click or drag to resize

EngineNodeAssignBoundary Method

Assign a water level boundary to this node. Only one open boundary type can be assigned to each node

Namespace:  DHI.Mike1D.Engine
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public bool AssignBoundary(
	OpenBoundaryType openBoundaryType,
	IOpenSourceBoundary openSourceBoundary
)

Parameters

openBoundaryType
Type: DHI.Mike1D.EngineOpenBoundaryType
Boundary type
openSourceBoundary
Type: DHI.Mike1D.BoundaryModuleIOpenSourceBoundary
Boundary

Return Value

Type: Boolean
True if successfull, false if already assigned an OpenBoundary
See Also