ConnectionCreate(String, String) Method

Create a new connection based on the filename and an simulation ID.

Definition

Namespace: DHI.Mike1D.Generic
Assembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public static Connection Create(
	string filename,
	string simulationId
)

Parameters

filename  String

[Missing <param name="filename"/> documentation for "M:DHI.Mike1D.Generic.Connection.Create(System.String,System.String)"]

simulationId  String

[Missing <param name="simulationId"/> documentation for "M:DHI.Mike1D.Generic.Connection.Create(System.String,System.String)"]

Return Value

Connection

[Missing <returns> documentation for "M:DHI.Mike1D.Generic.Connection.Create(System.String,System.String)"]

See Also