Click or drag to resize

LIDBasePrepareForNewReportFile Method (IDiagnostics, IFilePath, String)

Check report file directory and delete existing file, if present.

Namespace:  DHI.Mike1D.RainfallRunoffModule.LID
Assembly:  DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public static void PrepareForNewReportFile(
	IDiagnostics diagnostics,
	IFilePath reportPath,
	string name
)

Parameters

diagnostics
Type: DHI.Mike1D.GenericIDiagnostics

[Missing <param name="diagnostics"/> documentation for "M:DHI.Mike1D.RainfallRunoffModule.LID.LIDBase.PrepareForNewReportFile(DHI.Mike1D.Generic.IDiagnostics,DHI.Mike1D.Generic.IFilePath,System.String)"]

reportPath
Type: DHI.Mike1D.GenericIFilePath

[Missing <param name="reportPath"/> documentation for "M:DHI.Mike1D.RainfallRunoffModule.LID.LIDBase.PrepareForNewReportFile(DHI.Mike1D.Generic.IDiagnostics,DHI.Mike1D.Generic.IFilePath,System.String)"]

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:DHI.Mike1D.RainfallRunoffModule.LID.LIDBase.PrepareForNewReportFile(DHI.Mike1D.Generic.IDiagnostics,DHI.Mike1D.Generic.IFilePath,System.String)"]

See Also