Click or drag to resize

BoundaryData Properties

The BoundaryData type exposes the following members.

Properties
  NameDescription
Public propertyCatchmentComponentSourceBoundaries
Get a list of all catchment component source boundaries, which are AD components that are added to the inflow from the specified catchments into the network.
Public propertyCatchmentSourceBoundaries
Catchment source boundaries, sources for catchment models, as e.g. rainfall and evaporation. These can be specified for each catchment individually here. If specifying rain etc. globally or based on coordinates, used the GlobalSourceBoundaries.
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 propertyDistributedSourceBoundaries
Get a list of all distributed source boundaries
Public propertyExtensionData
Data from an extended DataContract not recognized here
(Overrides AbstractDataAccessExtensionData.)
Public propertyGlobalSourceBoundaries
Get a list of all global source boundaries
Public propertyOpenSourceBoundaries
Get a list of all open source boundaries
Public propertyPointSourceBoundaries
Get a list of all point source boundaries
Public propertyRuntimeDiagnostics
Runtime diagnostics object.

Issues during runtime are reported to this object.

Public propertyStructureSourceBoundaries
Get a list of all catchment source boundaries
Public propertyTsBuffer
A buffer containing all timeseries, so they can be reused as much as possible.
Top
See Also