Click or drag to resize

ResultData Properties

The ResultData type exposes the following members.

Properties
  NameDescription
Public propertyBridge
Get the bridge that was used for loading/saving
Public propertyCatchments
List of catchments
Public propertyClearDataItemsOnFlush
Flag indicating whether data items are cleared when flushing to file

Default is false.

Public propertyConnection
Holder of read/write information
(Inherited from AbstractDataAccess.)
Public propertyCustomTypes
List of custom types stored in the data object and that must be serialized.

A custom type is e.g. a user implemented structure or catchment model. In order to store information on the custom type in the .m1dx file, the system needs to know which custom types are being used, and they must be added to this list.

(Inherited from AbstractDataAccess.)
Public propertyDataItems
Get an iterator that iterates over all data items
Public propertyDataSets
Get an iterator that iterates over all data sets
Public propertyDeleteValue
Delete value for double variables. Any double data value with this value should be treated as a missing value.
Public propertyEndTime
Data coverage end
Public propertyExtensionData
Holds data from an extended DataContract
(Inherited from AbstractDataAccess.)
Public propertyGlobalData
Global data. Valid for entire network
Public propertyLoadStatus
Public propertyMaxBufferSize Obsolete.
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 for a spatial reference system.
Public propertyQuantities
List of the contained quantities. Note: This is a derived property
Public propertyReaches
List of branches
Public propertyReader
Reader used for reading the result file.
Public propertyResultSpecs
Result specification
Public propertyResultType
Result type
Public propertySecondsBetweenFileFlush
Seconds between flush to file. Set this lower if you need to read the result file while your calculations are running. WARNING: File flush is a potentially expensive operation. Use with care.
Public propertyStartTime
Data coverage start
Public propertyStructureTypes
List of the contained quantities. Note: This is a derived property
Public propertyTimeBetweenUpdates
Resultdata subscribes to the TimeStepPerformed(DateTime) event. Set this to non-zero to control how often data are stored. For non-zero values there will be AT LEAST TimeBetweenUpdates between store times in ResultData
Public propertyTimesList
Time axis for the data.
Public propertyTimingFlush
Timers used for flushing
Public propertyTimingUpdate
Timers used for flushing
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