ProgressWriterApv2 Constructor  | 
 
            Constructor
            
 
    Namespace: 
   DHI.Mike1D.SimLauncher
    Assembly:
   DHI.Mike1D.SimLauncher (in DHI.Mike1D.SimLauncher.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic ProgressWriterApv2(
	IFilePath setupFilePath,
	SimulationWorker simulationWorker
)
Public Sub New ( 
	setupFilePath As IFilePath,
	simulationWorker As SimulationWorker
)
public:
ProgressWriterApv2(
	IFilePath^ setupFilePath, 
	SimulationWorker^ simulationWorker
)
Parameters
- setupFilePath
 - Type: DHI.Mike1D.GenericIFilePath
[Missing <param name="setupFilePath"/> documentation for "M:DHI.Mike1D.SimLauncher.ProgressWriterApv2.#ctor(DHI.Mike1D.Generic.IFilePath,DHI.Mike1D.SimLauncher.SimulationWorker)"]
 - simulationWorker
 - Type: DHI.Mike1D.SimLauncherSimulationWorker
[Missing <param name="simulationWorker"/> documentation for "M:DHI.Mike1D.SimLauncher.ProgressWriterApv2.#ctor(DHI.Mike1D.Generic.IFilePath,DHI.Mike1D.SimLauncher.SimulationWorker)"]
 
See Also