Click or drag to resize

ICompositStructurePrepareTimeStep Method

Prepare structure for time step

This method need only be called in case structures are being controlled and i.e. a gate is closing with a specified speed and needs to know time.

Namespace:  DHI.Mike1D.StructureModule
Assembly:  DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
void PrepareTimeStep(
	DateTime timeN,
	DateTime timeNp1
)

Parameters

timeN
Type: SystemDateTime
Time at beginning of time step
timeNp1
Type: SystemDateTime
Time at end of time step
See Also