GridToTsProcessorProcess Method

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

Definition

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

Parameters

catchmentGriddedWeights  IListCatchmentGriddedWeights
Catchment with weights
startTime  DateTime
In case the grid file has a relative time axis, this is the start time of the time series.

Return Value

TsCollection

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

See Also