Click or drag to resize

BoundaryDataGetDistributedSourceBoundariesForType Method

Engine functionality. Get IDistributedSourceBoundary list for all IDistributedSourceBoundary's of a given DistributedSourceBoundaryTypes

Namespace:  DHI.Mike1D.BoundaryModule
Assembly:  DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public IList<IDistributedSourceBoundary> GetDistributedSourceBoundariesForType(
	DistributedSourceBoundaryTypes type
)

Parameters

type
Type: DHI.Mike1D.BoundaryModuleDistributedSourceBoundaryTypes
The boundary type to get

Return Value

Type: IListIDistributedSourceBoundary
A list of IDistributedSourceBoundary's
See Also