ConnectionCreate Method (String) |
Create a new connection based on the filename.
The
BridgeName will be the extension of the file (without the dot).
Namespace:
DHI.Mike1D.Generic
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public static Connection Create(
string filename
)
Public Shared Function Create (
filename As String
) As Connection
public:
static Connection^ Create(
String^ filename
)
Parameters
- filename
- Type: SystemString
[Missing <param name="filename"/> documentation for "M:DHI.Mike1D.Generic.Connection.Create(System.String)"]
Return Value
Type:
Connection[Missing <returns> documentation for "M:DHI.Mike1D.Generic.Connection.Create(System.String)"]
See Also