ResultData Properties |
The ResultData type exposes the following members.
Name | Description | |
---|---|---|
Bridge |
Get the bridge that was used for loading/saving
| |
Catchments |
List of catchments
| |
ClearDataItemsOnFlush |
Flag indicating whether data items are cleared when flushing to file
Default is false. | |
Connection |
Holder of read/write information
(Inherited from AbstractDataAccess.) | |
CustomTypes |
List of custom types stored in the data object and that must be serialized.
(Inherited from AbstractDataAccess.)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. | |
DataItems |
Get an iterator that iterates over all data items
| |
DataSets |
Get an iterator that iterates over all data sets
| |
DeleteValue |
Delete value for double variables. Any double data value with this value should be
treated as a missing value.
| |
EndTime |
Data coverage end
| |
ExtensionData |
Holds data from an extended DataContract
(Inherited from AbstractDataAccess.) | |
GlobalData |
Global data. Valid for entire network
| |
LoadStatus | ||
MaxBufferSize | Obsolete.
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 for a spatial reference system.
| |
Quantities |
List of the contained quantities. Note: This is a derived property
| |
Reaches |
List of branches
| |
Reader |
Reader used for reading the result file.
| |
ResultSpecs |
Result specification
| |
ResultType |
Result type
| |
SecondsBetweenFileFlush |
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.
| |
StartTime |
Data coverage start
| |
StructureTypes |
List of the contained quantities. Note: This is a derived property
| |
TimeBetweenUpdates |
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
| |
TimesList |
Time axis for the data.
| |
TimingFlush |
Timers used for flushing
| |
TimingUpdate |
Timers used for flushing
| |
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 |