BoundaryItemTimeSeriesCreate(FilePath, Int32, TsCollection, eumQuantity) Method

Create a new boundary item, using the input to set it up

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 static BoundaryItemTimeSeries Create(
	FilePath filePath,
	int n,
	TsCollection tsCollection,
	eumQuantity eumQuantity
)

Parameters

filePath  FilePath
Full path name to time series file
n  Int32
Use the n'th item of the specified quantity
tsCollection  TsCollection
TsCollection that holds the time series
eumQuantity  eumQuantity
Restrict search, so that only items of specified quantity are considered.

Return Value

BoundaryItemTimeSeries
A fully initialized boundary item

See Also