Click or drag to resize

HDParameterDataValidate Method

Validates the contents. Files are validated for existance. Large parts of the validations are delegted to the included data access modules.

Namespace:  DHI.Mike1D.HDParameterDataAccess
Assembly:  DHI.Mike1D.HDParameterDataAccess (in DHI.Mike1D.HDParameterDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public IDiagnostics Validate(
	DateTime simulationStart,
	DateTime simulationEnd
)

Parameters

simulationStart
Type: SystemDateTime
Start time of simulation. Set to DateTime.MinValue if unknown
simulationEnd
Type: SystemDateTime
End time of simulation. Set to DateTime.MinValue if unknown

Return Value

Type: IDiagnostics

[Missing <returns> documentation for "M:DHI.Mike1D.HDParameterDataAccess.HDParameterData.Validate(System.DateTime,System.DateTime)"]

See Also