DHI.Mike1D Class Library
C#
Show/Hide TOC
IResult
Data
Data
Sets 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.
Definition
Namespace:
DHI.Mike1D.ResultDataAccess
Assembly:
DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
Copy
IEnumerable
<
IRes1DDataSet
>
DataSets
{
get
; }
Property Value
IEnumerable
IRes1DDataSet
See Also
Reference
IResultData Interface
DHI.Mike1D.ResultDataAccess Namespace
In This Article
Definition
See Also