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; }
ReadOnly Property DataSets As IEnumerable(Of IRes1DDataSet)
Get
property IEnumerable<IRes1DDataSet^>^ DataSets {
IEnumerable<IRes1DDataSet^>^ get ();
}
Property Value
Type:
IEnumerableIRes1DDataSetSee Also