INetwork Interface

Defines a 1D network, nodes and reaches.

Definition

Namespace: DHI.Mike1D.NetworkDataAccess
Assembly: DHI.Mike1D.NetworkDataAccess (in DHI.Mike1D.NetworkDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public interface INetwork : INetworkGeneric
Implements
INetworkGeneric

Properties

CatchmentConnections List of catchment connections.
Connection Connection information for input/output file.
Nodes List of nodes. Nodes are man holes, ...
Reaches List of sewer links
StructureCollection Provides access to the

Methods

Validate Validate network

See Also