Click or drag to resize

BoundaryExtensionsHasCatchmentType Method

Check if global boundary type has a matching catchment boundary type.

Namespace:  DHI.Mike1D.BoundaryModule
Assembly:  DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public static bool HasCatchmentType(
	GlobalSourceBoundaryTypes type
)

Parameters

type
Type: DHI.Mike1D.BoundaryModuleGlobalSourceBoundaryTypes

[Missing <param name="type"/> documentation for "M:DHI.Mike1D.BoundaryModule.BoundaryExtensions.HasCatchmentType(DHI.Mike1D.BoundaryModule.GlobalSourceBoundaryTypes)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:DHI.Mike1D.BoundaryModule.BoundaryExtensions.HasCatchmentType(DHI.Mike1D.BoundaryModule.GlobalSourceBoundaryTypes)"]

See Also