BoundaryItemRRResultCreate 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 BoundaryItemRRResult Create(
	FilePath filePath,
	string catchmentId,
	string quantityId
)

Parameters

filePath  FilePath
Full path name to time series file
catchmentId  String
ID of the catchment to connect to
quantityId  String

[Missing <param name="quantityId"/> documentation for "M:DHI.Mike1D.BoundaryModule.BoundaryItemRRResult.Create(DHI.FilePath,System.String,System.String)"]

Return Value

BoundaryItemRRResult
A fully initialized boundary item

See Also