SimulationWorkerModifySetupfilepathWithID Method |
Modify the setup file path to include the id.
Namespace:
DHI.Mike1D.SimLauncher
Assembly:
DHI.Mike1D.SimLauncher (in DHI.Mike1D.SimLauncher.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public static void ModifySetupfilepathWithID(
IFilePath filepath,
string id
)
Public Shared Sub ModifySetupfilepathWithID (
filepath As IFilePath,
id As String
)
public:
static void ModifySetupfilepathWithID(
IFilePath^ filepath,
String^ id
)
Parameters
- filepath
- Type: DHI.Mike1D.GenericIFilePath
[Missing <param name="filepath"/> documentation for "M:DHI.Mike1D.SimLauncher.SimulationWorker.ModifySetupfilepathWithID(DHI.Mike1D.Generic.IFilePath,System.String)"]
- id
- Type: SystemString
[Missing <param name="id"/> documentation for "M:DHI.Mike1D.SimLauncher.SimulationWorker.ModifySetupfilepathWithID(DHI.Mike1D.Generic.IFilePath,System.String)"]
See Also