Res1DStreamBridgeIDynamicItem Interface

Interface for getting and adding data between a dynamic item and a (set of) data item(s)

Definition

Namespace: DHI.Mike1D.ResultDataAccess
Assembly: DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
protected interface IDynamicItem

Properties

Methods

AddData(Int32, Single) Add data to ResultData at the specified time step, overwrite if existing
AddData(Int32, Single, Int32, Int32) Add numTimeSteps time steps to ResultData, starting at the specified time step index, overwrite if existing
GetData Get data from ResultData and return it in array

See Also