SimulationWorkerCreateSetupfilenameWithID Method

Create a setup file name including the id provided.

Definition

Namespace: DHI.Mike1D.SimLauncher
Assembly: DHI.Mike1D.SimLauncher (in DHI.Mike1D.SimLauncher.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public static string CreateSetupfilenameWithID(
	string filename,
	string id
)

Parameters

filename  String

[Missing <param name="filename"/> documentation for "M:DHI.Mike1D.SimLauncher.SimulationWorker.CreateSetupfilenameWithID(System.String,System.String)"]

id  String

[Missing <param name="id"/> documentation for "M:DHI.Mike1D.SimLauncher.SimulationWorker.CreateSetupfilenameWithID(System.String,System.String)"]

Return Value

String

[Missing <returns> documentation for "M:DHI.Mike1D.SimLauncher.SimulationWorker.CreateSetupfilenameWithID(System.String,System.String)"]

See Also