Click or drag to resize

ISourcePointProxyProvider Interface

Interface that provides source point proxies for different parts of the network.

Namespace:  DHI.Mike1D.Engine
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public interface ISourcePointProxyProvider
Methods
  NameDescription
Public methodGetSourcePointProxy(EngineNode)
Get a source point proxy for the node.

Usually this can only be called after the Prepare(Diagnostics) function has been called.

Public methodGetSourcePointProxy(EngineReach, Int32)
Get a source point proxy for the gridpoint in the reach.

Usually this can only be called after the Prepare(Diagnostics) function has been called.

Top
See Also