BoundaryItemTimeSeriesCreate(FilePath, Int32) 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 itemIndex
)

Parameters

filePath  FilePath
Full path name to time series file
itemIndex  Int32
Index of item to use

Return Value

BoundaryItemTimeSeries
A fully initialized boundary item

See Also