Click or drag to resize

IResultDataDataSets 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: 19.0.0.0 (11.1.1.1111)
Syntax
IEnumerable<IRes1DDataSet> DataSets { get; }

Property Value

Type: IEnumerableIRes1DDataSet
See Also