DamBreakBaseCheckForBreach Method |
Check if dambreak structuer should start breach within this time span
Namespace:
DHI.Mike1D.StructureModule
Assembly:
DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax protected void CheckForBreach(
DateTime simTimeN,
DateTime simTimeNp1
)
Protected Sub CheckForBreach (
simTimeN As DateTime,
simTimeNp1 As DateTime
)
protected:
void CheckForBreach(
DateTime simTimeN,
DateTime simTimeNp1
)
Parameters
- simTimeN
- Type: SystemDateTime
[Missing <param name="simTimeN"/> documentation for "M:DHI.Mike1D.StructureModule.DamBreakBase.CheckForBreach(System.DateTime,System.DateTime)"]
- simTimeNp1
- Type: SystemDateTime
[Missing <param name="simTimeNp1"/> documentation for "M:DHI.Mike1D.StructureModule.DamBreakBase.CheckForBreach(System.DateTime,System.DateTime)"]
See Also