IResultData Properties |
The IResultData type exposes the following members.
Name | Description | |
---|---|---|
Bridge |
Get the bridge that was used for loading/saving
| |
Catchments |
List of nodes
| |
Connection |
Holder of read/write info
| |
DataItems |
This can be used to iterate over all data items.
| |
DataSets |
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.
| |
DeleteValue |
Delete value for variables. Any double data value with this value will be
treated as a missing value.
| |
EndTime |
Data coverage start
| |
GlobalData |
Global time series date
| |
MaxBufferSize |
The MaxBufferSize is the limit for how many time steps that may be
held in memory during file generation.
| |
NetworkDatas |
Static data on the network.
Used for user defined markers from MIKE 11 and Critical Levels in MU. | |
NetworkDataSet | Obsolete.
Static data on the network.
Also used for user defined markers from MIKE 11 | |
Nodes |
List of nodes
| |
NumberOfTimeSteps |
Number of time steps
| |
Parameters |
Parameters to use when loading results
| |
ProjectionString |
A WKT string defining the spatial reference system. See
IDfsProjection
for details.
| |
Quantities |
List of the contained quantities
| |
Reaches |
List of reaches
| |
ResultType |
Result type
| |
StartTime |
Data coverage start
| |
StructureTypes |
List of the contained quantities. Note: This is a derived property
| |
TimesList |
TimeStamp list data. List of DateTimes.
| |
UnitSystem |
Unit system of the simulation that produced the result data object.
When creating a result data object and storing: Properties of ResultData objects (coordinates, bottom levels etc.) must always be set in SI units. When loading a result data object from storage: The UnitSystem and ConvertGeometry can be used to change units of data and properties in the Result Data object. This property will maintain the original value and will not be changed by updating the IResultDataParameters |