Click or drag to resize

GridToTsProcessorProcess Method

Process all the catchment, and creates a TsCollection containing a time series for each catchment.

Namespace:  DHI.Mike1D.BoundaryModule
Assembly:  DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public virtual TsCollection Process(
	IList<CatchmentGriddedWeights> catchmentGriddedWeights,
	DateTime startTime
)

Parameters

catchmentGriddedWeights
Type: System.Collections.GenericIListCatchmentGriddedWeights
Catchment with weights
startTime
Type: SystemDateTime
In case the grid file has a relative time axis, this is the start time of the time series.

Return Value

Type: TsCollection

[Missing <returns> documentation for "M:DHI.Mike1D.BoundaryModule.GridToTsProcessor.Process(System.Collections.Generic.IList{DHI.Mike1D.BoundaryModule.CatchmentGriddedWeights},System.DateTime)"]

See Also