Click or drag to resize

BoundaryItemTimeSeriesCreate Method (IFilePath, Int32, TsCollection, eumQuantity)

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

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

Parameters

filePath
Type: DHI.Mike1D.GenericIFilePath
Full path name to time series file
n
Type: SystemInt32
Use the n'th item of the specified quantity
tsCollection
Type: TsCollection
TsCollection that holds the time series
eumQuantity
Type: eumQuantity
Restrict search, so that only items of specified quantity are considered.

Return Value

Type: BoundaryItemTimeSeries
A fully initialized boundary item
See Also