Network Class |
Namespace: DHI.Mike1D.NetworkDataAccess
The Network type exposes the following members.
Name | Description | |
---|---|---|
CatchmentConnections |
List of catchment connections.
| |
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. | |
DoReorderNodes |
True if nodes are to be reordered, using a Reverse Cuthill-McKee approach
| |
DQTable |
Table of head loss parameter sets, used for Curb Inlets links to 2D overland.
Key is id of node, value is DQ table | |
ExtensionData |
Holds data from an extended DataContract
(Inherited from AbstractDataAccess.) | |
HeadLossParameterTable |
Table of possible referenceable head loss parameter sets.
| |
Nodes |
List of nodes. Nodes are man holes, ...
| |
Reaches |
List of sewer links
| |
StructureCollection |
Provides access to the structures
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetEndReaches |
Returns all locations (reach id, chainage) that is an end reach, i.e.
end of the network. Those usually require a boundary condition. If
no boundary condition is giving, the engine assumes a closed/wall boundary (which
is usually not intended).
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Validate |
Validate network
|
Name | Description | |
---|---|---|
_connection |
Protected holder of read/write info
(Inherited from AbstractDataAccess.) |
Name | Description | |
---|---|---|
BuildReachSearcher | ReachSearcherT containing all reaches in the network.
(Defined by NetworkExtensions.) |