ConnectionCreate(FilePath) Method

Create a new connection based on the filename. The BridgeName will be the extension of the file (without the dot).

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(
	FilePath filename
)

Parameters

filename  FilePath

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

Return Value

Connection

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

See Also