Click or drag to resize

IResultData.DataSets Property

This can be used to iterate over all data sets. It will iterate the nodes, reaches, catchment and global data, but could be extended in the future.

Namespace:  DHI.Mike1D.ResultDataAccess
Assembly:  DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
IEnumerable<IRes1DDataSet> DataSets { get; }

Property Value

Type: IEnumerable<IRes1DDataSet>
See Also