Click or drag to resize

BoundaryDataGetOrCreateGlobalSource Method

Gets the GlobalSourceBoundary that handles the globalSourceBoundaryType. Null if not existing in the list.

Namespace:  DHI.Mike1D.BoundaryModule
Assembly:  DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public IGlobalSourceBoundary GetOrCreateGlobalSource(
	GlobalSourceBoundaryTypes globalSourceBoundaryType
)

Parameters

globalSourceBoundaryType
Type: DHI.Mike1D.BoundaryModuleGlobalSourceBoundaryTypes
Global source boundary type to get

Return Value

Type: IGlobalSourceBoundary
See Also