Click or drag to resize

ITimeStructure Interface

A structure that needs to know time.

This is usually required by controllable structures, in order to i.e. close gate, moving the gate with a specified speed.

Namespace:  DHI.Mike1D.StructureModule
Assembly:  DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public interface ITimeStructure

The ITimeStructure type exposes the following members.

Methods
  NameDescription
Public methodPrepare
Set up structure and set runtime diagnostics object
Public methodPrepareTimeStep
Prepare structure for time step
Top
See Also