IDoubleNetworkProxy Interface

Interface for a proxy provider on a network

Definition

Namespace: DHI.Mike1D.Generic
Assembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public interface IDoubleNetworkProxy

Methods

GetProxy Get a proxy for generic/global data
GetProxy(INetworkNode) Get a proxy for the node
GetProxy(INetworkReach) Get a proxy for the reach, covering a number of gridpoints
GetProxy(INetworkReach, Int32) Get a proxy for the gridpoint in the reach
GetProxyReachGeneric Get a proxy for the reach, generic data (not gridpoint associated)

See Also