IRes1DGlobalData Interface

Global data. Global data are data that is not specific to the topology or parts of the topology (network, catchments ..). Global data could be time step used in model, wind filed valid for entire domain etc.

Definition

Namespace: DHI.Mike1D.ResultDataAccess
Assembly: DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public interface IRes1DGlobalData : IRes1DDataSet
Implements
IRes1DDataSet

Properties

DataItems List of data items used for accessing the data.
(Inherited from IRes1DDataSet)
Id Identification string
(Inherited from IRes1DDataSet)

Methods

GetDataItem Return data item of specified type if present, otherwise null
(Inherited from IRes1DDataSet)

Extension Methods

GetDataItem Return data item of specified type if present, otherwise null
(Defined by Res1DExtensions)

See Also