Click or drag to resize

IBoundarySourceValidate Method

Validate whether this source is correctly setup

Namespace:  DHI.Mike1D.BoundaryModule
Assembly:  DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
IDiagnostics Validate(
	DateTime simStart,
	DateTime simEnd
)

Parameters

simStart
Type: SystemDateTime

[Missing <param name="simStart"/> documentation for "M:DHI.Mike1D.BoundaryModule.IBoundarySource.Validate(System.DateTime,System.DateTime)"]

simEnd
Type: SystemDateTime

[Missing <param name="simEnd"/> documentation for "M:DHI.Mike1D.BoundaryModule.IBoundarySource.Validate(System.DateTime,System.DateTime)"]

Return Value

Type: IDiagnostics
IDiagnostics with issues from this component only
See Also