Click or drag to resize

IRes1DDataSet Interface

Interface for a general dataset, containing timestep data.

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

The IRes1DDataSet type exposes the following members.

Properties
  NameDescription
Public propertyDataItems
List of data items used for accessing the data.
Public propertyId
Identification string
Top
Methods
  NameDescription
Public methodGetDataItem
Return data item of specified type if present, otherwise null
Top
Extension Methods
  NameDescription
Public Extension MethodGetDataItem
Return data item of specified type if present, otherwise null
(Defined by Res1DExtensions.)
Top
See Also