Click or drag to resize

IResultData Properties

The IResultData type exposes the following members.

Properties
  NameDescription
Public propertyBridge
Get the bridge that was used for loading/saving
Public propertyCatchments
List of nodes
Public propertyConnection
Holder of read/write info
Public propertyDataItems
This can be used to iterate over all data items.
Public propertyDataSets
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.
Public propertyDeleteValue
Delete value for variables. Any double data value with this value will be treated as a missing value.
Public propertyEndTime
Data coverage start
Public propertyGlobalData
Global time series date
Public propertyMaxBufferSize
The MaxBufferSize is the limit for how many time steps that may be held in memory during file generation.
Public propertyNetworkDatas
Static data on the network.

Used for user defined markers from MIKE 11 and Critical Levels in MU.

Public propertyNetworkDataSet Obsolete.
Static data on the network.

Also used for user defined markers from MIKE 11

Public propertyNodes
List of nodes
Public propertyNumberOfTimeSteps
Number of time steps
Public propertyParameters
Parameters to use when loading results
Public propertyProjectionString
A WKT string defining the spatial reference system. See IDfsProjection for details.
Public propertyQuantities
List of the contained quantities
Public propertyReaches
List of reaches
Public propertyResultType
Result type
Public propertyStartTime
Data coverage start
Public propertyStructureTypes
List of the contained quantities. Note: This is a derived property
Public propertyTimesList
TimeStamp list data. List of DateTimes.
Public propertyUnitSystem
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

Top
See Also