BoundaryItemRRResultCreate Method |
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 BoundaryItemRRResult Create(
IFilePath filePath,
string catchmentId,
string quantityId
)
Public Shared Function Create (
filePath As IFilePath,
catchmentId As String,
quantityId As String
) As BoundaryItemRRResult
public:
static BoundaryItemRRResult^ Create(
IFilePath^ filePath,
String^ catchmentId,
String^ quantityId
)
Parameters
- filePath
- Type: DHI.Mike1D.GenericIFilePath
Full path name to time series file - catchmentId
- Type: SystemString
ID of the catchment to connect to - quantityId
- Type: SystemString
[Missing <param name="quantityId"/> documentation for "M:DHI.Mike1D.BoundaryModule.BoundaryItemRRResult.Create(DHI.Mike1D.Generic.IFilePath,System.String,System.String)"]
Return Value
Type:
BoundaryItemRRResultA fully initialized boundary item
See Also